[Zodb-checkins] CVS: Zope3/lib/python/ZODB/tests - PackableStorage.py:1.19

Jeremy Hylton jeremy@zope.com
Tue, 26 Nov 2002 13:40:43 -0500


Update of /cvs-repository/Zope3/lib/python/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv4509

Modified Files:
	PackableStorage.py 
Log Message:
Remove one more reference to referencesf.


=== Zope3/lib/python/ZODB/tests/PackableStorage.py 1.18 => 1.19 ===
--- Zope3/lib/python/ZODB/tests/PackableStorage.py:1.18	Tue Nov 26 12:41:21 2002
+++ Zope3/lib/python/ZODB/tests/PackableStorage.py	Tue Nov 26 13:40:42 2002
@@ -20,13 +20,9 @@
 except ImportError:
     import pickle
 
-try:
-    from cStringIO import StringIO
-except ImportError:
-    from StringIO import StringIO
+from cStringIO import StringIO
 
 import time
-from ZODB.referencesf import referencesf
 
 
 ZERO = '\0'*8