Mercurial > p > roundup > code
diff setup.py @ 2974:5c992b989ad4 maint-0.7
removed useless and annoying exit
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Mon, 29 Nov 2004 02:02:06 +0000 |
| parents | 433484274317 |
| children | 8833a5919a37 |
line wrap: on
line diff
--- a/setup.py Sat Nov 27 21:37:04 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.64.2.10 2004-11-27 21:33:13 richard Exp $ +# $Id: setup.py,v 1.64.2.11 2004-11-29 02:02:06 anthonybaxter Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -148,7 +148,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_roundup(build):
