[Zodb-checkins] CVS: ZODB3/ZEO - ClientStorage.py:1.106.6.2
    Jim Fulton 
    cvs-admin at zope.org
       
    Tue Oct 28 16:29:06 EST 2003
    
    
  
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv9166/ZEO
Modified Files:
      Tag: zodb33-devel-branch
	ClientStorage.py 
Log Message:
Renamed the Persistence package to persistent.
The Persistence package is still there for backward compatability.
=== ZODB3/ZEO/ClientStorage.py 1.106.6.1 => 1.106.6.2 ===
--- ZODB3/ZEO/ClientStorage.py:1.106.6.1	Tue Jul  1 15:34:09 2003
+++ ZODB3/ZEO/ClientStorage.py	Tue Oct 28 16:28:31 2003
@@ -34,7 +34,7 @@
 from ZEO.zrpc.client import ConnectionManager
 
 from ZODB import POSException
-from Persistence.TimeStamp import TimeStamp
+from persistent.TimeStamp import TimeStamp
 from zLOG import LOG, PROBLEM, INFO, BLATHER, ERROR
 
 def log2(type, msg, subsys="ZCS:%d" % os.getpid()):
    
    
More information about the Zodb-checkins
mailing list