[Zope-Checkins] SVN: Zope/branches/2.12/src/Zope2/Startup/zopectl.py use sys.exit()

Andreas Jung andreas at andreas-jung.com
Fri Jul 10 11:15:37 EDT 2009


Log message for revision 101796:
  use sys.exit()
  

Changed:
  U   Zope/branches/2.12/src/Zope2/Startup/zopectl.py

-=-
Modified: Zope/branches/2.12/src/Zope2/Startup/zopectl.py
===================================================================
--- Zope/branches/2.12/src/Zope2/Startup/zopectl.py	2009-07-10 15:11:08 UTC (rev 101795)
+++ Zope/branches/2.12/src/Zope2/Startup/zopectl.py	2009-07-10 15:15:37 UTC (rev 101796)
@@ -346,4 +346,4 @@
         # signal handler at all.
         signal.signal(signal.SIGCHLD, _ignoreSIGCHLD)
     exitstatus = main()
-    exit(exitstatus)
+    sys.exit(exitstatus)



More information about the Zope-Checkins mailing list