[Zope-Checkins] SVN: Zope/trunk/src/Shared/DC/ZRDB/Connection.py Forward port 105096 to trunk. Missed Globals removal.
Leonardo Rochael Almeida
leorochael at gmail.com
Thu Oct 15 16:03:57 EDT 2009
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:
More information about the Zope-Checkins
mailing list