[Checkins] SVN: zope.sendmail/trunk/src/zope/sendmail/queue.py Fix pyflakes warning: there's no function 'run_console'.

Marius Gedminas cvs-admin at zope.org
Wed May 30 14:15:18 UTC 2012


Log message for revision 126522:
  Fix pyflakes warning: there's no function 'run_console'.
  
  

Changed:
  U   zope.sendmail/trunk/src/zope/sendmail/queue.py

-=-
Modified: zope.sendmail/trunk/src/zope/sendmail/queue.py
===================================================================
--- zope.sendmail/trunk/src/zope/sendmail/queue.py	2012-05-30 13:47:41 UTC (rev 126521)
+++ zope.sendmail/trunk/src/zope/sendmail/queue.py	2012-05-30 14:15:14 UTC (rev 126522)
@@ -491,4 +491,4 @@
 
 
 if __name__ == "__main__":
-    run_console()
+    run()



More information about the checkins mailing list