Commit 476821d1 authored by joey's avatar joey

*** empty log message ***

parent 408c3b1a
......@@ -776,7 +776,7 @@ def save_reference(self, tag, data):
def save_object(self, tag, data):
binary=self.binary
a=data[1]
v='(c'
v='('
j=0
id=a['id']
prefix=string.rfind(id,'.')
......@@ -831,7 +831,7 @@ def save_global(self, tag, data):
else:
id=s
put='r'
v=a['module']+'\012'+a['name']+'\012'+put+id
v='c'+a['module']+'\012'+a['name']+'\012'+put+id
else:
v=a['module']+'\012'+a['name']+'\012'+put+id+'\012'
self._pickleids[a['id']]=v
......
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