[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/zrpc/trigger.py Merge rev 37634 from 3.4 branch.

Tim Peters tim.one at comcast.net
Mon Aug 1 16:13:08 EDT 2005


Log message for revision 37635:
  Merge rev 37634 from 3.4 branch.
  
  Needs to import errno now.
  

Changed:
  U   ZODB/trunk/src/ZEO/zrpc/trigger.py

-=-
Modified: ZODB/trunk/src/ZEO/zrpc/trigger.py
===================================================================
--- ZODB/trunk/src/ZEO/zrpc/trigger.py	2005-08-01 20:11:57 UTC (rev 37634)
+++ ZODB/trunk/src/ZEO/zrpc/trigger.py	2005-08-01 20:13:08 UTC (rev 37635)
@@ -16,6 +16,7 @@
 import os
 import socket
 import thread
+import errno
 
 from ZODB.utils import positive_id
 



More information about the Zodb-checkins mailing list