Mercurial > p > roundup > code
diff setup.py @ 2975:7edf7779145b
removed useless and annoying exit
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Mon, 29 Nov 2004 02:02:06 +0000 |
| parents | 3e53f30799e3 |
| children | 6fe75dcb0b34 |
line wrap: on
line diff
--- a/setup.py Mon Nov 29 01:53:52 2004 +0000 +++ b/setup.py Mon Nov 29 02:02:06 2004 +0000 @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.75 2004-11-11 06:13:52 richard Exp $ +# $Id: setup.py,v 1.76 2004-11-29 02:01:05 anthonybaxter Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -221,7 +221,6 @@ print '\n*** SOURCE ERROR: There are files missing (%d/%d found)!'%( n-len(err), n) print 'Missing:', '\nMissing: '.join(err) - sys.exit(1) class build_py_roundup(build_py):
