[Zope-Checkins] SVN: Zope/branches/2.12/src/Shared/DC/ZRDB/Connection.py Tres, you missed a spot

Leonardo Rochael Almeida leorochael at gmail.com
Thu Oct 15 16:00:37 EDT 2009


Log message for revision 105096:
  Tres, you missed a spot

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

-=-
Modified: Zope/branches/2.12/src/Shared/DC/ZRDB/Connection.py
===================================================================
--- Zope/branches/2.12/src/Shared/DC/ZRDB/Connection.py	2009-10-15 19:47:09 UTC (rev 105095)
+++ Zope/branches/2.12/src/Shared/DC/ZRDB/Connection.py	2009-10-15 20:00:37 UTC (rev 105096)
@@ -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:



More information about the Zope-Checkins mailing list