* src/RelLib/_PersonRef.py (serialize): Typo.

svn: r6334
This commit is contained in:
Alex Roitman
2006-04-13 18:33:29 +00:00
parent 62165e4c12
commit 46ba3c97b5
2 changed files with 2 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ class PersonRef(BaseObject,PrivacyBase,SourceBase,NoteBase,RefBase):
return (PrivacyBase.serialize(self),
SourceBase.serialize(self),
NoteBase.serialize(self),
RefBase.__init__(self),
RefBase.serialize(self),
self.rel)
def unserialize(self,data):