[Checkins] SVN: zope.tal/trunk/src/zope/tal/tests/markbench.py Missing errno import

Marius Gedminas cvs-admin at zope.org
Thu Feb 7 21:03:14 UTC 2013


Log message for revision 129186:
  Missing errno import

Changed:
  U   zope.tal/trunk/src/zope/tal/tests/markbench.py

-=-
Modified: zope.tal/trunk/src/zope/tal/tests/markbench.py
===================================================================
--- zope.tal/trunk/src/zope/tal/tests/markbench.py	2013-02-07 21:03:12 UTC (rev 129185)
+++ zope.tal/trunk/src/zope/tal/tests/markbench.py	2013-02-07 21:03:14 UTC (rev 129186)
@@ -26,6 +26,7 @@
 import getopt
 import sys
 import time
+import errno
 
 from cStringIO import StringIO
 



More information about the checkins mailing list