* src/RelLib/*: fix different typos.

* src/DataViews/_FamilyView.py: adapt changes in RelLib
	



svn: r6326
This commit is contained in:
Martin Hawlisch
2006-04-13 11:21:33 +00:00
parent ff6cabea17
commit fbd8b4546c
12 changed files with 20 additions and 17 deletions

View File

@@ -73,7 +73,7 @@ class RepoRef(BaseObject,NoteBase,RefBase):
def serialize(self):
return (
NoteBase.serialize(self),
Refbase.serialize(self),
RefBase.serialize(self),
self.call_number,self.media_type)
def unserialize(self,data):