Log message for revision 105097:
  Forward port 105096 to trunk. Missed Globals removal.

Changed:
  U   Zope/trunk/src/Shared/DC/ZRDB/Connection.py

-=-
Modified: Zope/trunk/src/Shared/DC/ZRDB/Connection.py
===================================================================
--- Zope/trunk/src/Shared/DC/ZRDB/Connection.py 2009-10-15 20:00:37 UTC (rev 
105096)
+++ Zope/trunk/src/Shared/DC/ZRDB/Connection.py 2009-10-15 20:03:56 UTC (rev 
105097)
@@ -70,7 +70,7 @@
         self.edit(title, connection_string, check)
 
     def __setstate__(self, state):
-        Globals.Persistent.__setstate__(self, state)
+        Persistent.__setstate__(self, state)
         if self.connection_string:
             try: self.connect(self.connection_string)
             except:

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to