[Zope-Checkins] CVS: Zope/lib/python/ZODB - Connection.py:1.106

Sidnei da Silva sidnei at x3ng.com.br
Sat Dec 27 08:54:07 EST 2003


Update of /cvs-repository/Zope/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv20339/lib/python/ZODB

Modified Files:
	Connection.py 
Log Message:
Missing import


=== Zope/lib/python/ZODB/Connection.py 1.105 => 1.106 ===
--- Zope/lib/python/ZODB/Connection.py:1.105	Wed Dec 24 11:02:00 2003
+++ Zope/lib/python/ZODB/Connection.py	Sat Dec 27 08:54:04 2003
@@ -20,6 +20,7 @@
 import threading
 from time import time
 from types import ClassType
+from utils import U64
 
 _marker = object()
 
@@ -45,7 +46,7 @@
 
 def resetCaches():
     """Causes all connection caches to be reset as connections are reopened.
-    
+
     Zope's refresh feature uses this.  When you reload Python modules,
     instances of classes continue to use the old class definitions.
     To use the new code immediately, the refresh feature asks ZODB to




More information about the Zope-Checkins mailing list