[Checkins] SVN: zope.generations/trunk/src/zope/generations/generations.py using original class not BBB import of it

Michael Howitz mh at gocept.com
Sat Sep 18 07:26:44 EDT 2010


Log message for revision 116563:
  using original class not BBB import of it
  

Changed:
  U   zope.generations/trunk/src/zope/generations/generations.py

-=-
Modified: zope.generations/trunk/src/zope/generations/generations.py
===================================================================
--- zope.generations/trunk/src/zope/generations/generations.py	2010-09-18 10:53:01 UTC (rev 116562)
+++ zope.generations/trunk/src/zope/generations/generations.py	2010-09-18 11:26:43 UTC (rev 116563)
@@ -179,8 +179,8 @@
 
 def PersistentDict():
     # Another hook to let Chris use this for Zope 2
-    import persistent.dict
-    return persistent.dict.PersistentDict()
+    import persistent.mapping
+    return persistent.mapping.PersistentMapping()
 
 
 EVOLVE, EVOLVENOT, EVOLVEMINIMUM = 'EVOLVE', 'EVOLVENOT', 'EVOLVEMINIMUM'



More information about the checkins mailing list