[Zodb-checkins] CVS: ZODB3/ZEO/zrpc - trigger.py:1.16

Jeremy Hylton jeremy at zope.com
Thu Oct 2 16:18:22 EDT 2003


Update of /cvs-repository/ZODB3/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv6351/ZEO/zrpc

Modified Files:
	trigger.py 
Log Message:
Remove unused imports and definitions of True/False.


=== ZODB3/ZEO/zrpc/trigger.py 1.15 => 1.16 ===
--- ZODB3/ZEO/zrpc/trigger.py:1.15	Thu Oct  2 14:17:20 2003
+++ ZODB3/ZEO/zrpc/trigger.py	Thu Oct  2 16:17:51 2003
@@ -16,7 +16,6 @@
 import os
 import socket
 import thread
-import errno
 
 if os.name == 'posix':
 




More information about the Zodb-checkins mailing list