[Zope-Checkins] CVS: ZODB3/ZODB - referencesf.py:1.6.94.2

Tim Peters tim.one at comcast.net
Thu Oct 2 19:32:51 EDT 2003


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv5196/ZODB

Modified Files:
      Tag: Zope-2_7-branch
	referencesf.py 
Log Message:
Hmm.  The last checkin to this module could not possibly have been tried.


=== ZODB3/ZODB/referencesf.py 1.6.94.1 => 1.6.94.2 ===
--- ZODB3/ZODB/referencesf.py:1.6.94.1	Thu Oct  2 16:47:23 2003
+++ ZODB3/ZODB/referencesf.py	Thu Oct  2 19:32:50 2003
@@ -13,7 +13,7 @@
 ##############################################################################
 """Provide a function that can find object references in pickles
 """
-import cPickle import Unpickler
+from cPickle import Unpickler
 from cStringIO import StringIO
 
 def referencesf(p, rootl=None):




More information about the Zope-Checkins mailing list