Tres, you missed a spot

parent 11a971c1
......@@ -70,7 +70,7 @@ class Connection(Persistent,
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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment