* src/GrampsInMemDB.py: new base class for in memory databases, such

as XML or GEDCOM
* src/GrampGEDDB.py: use new GrampsInMemDB base class
* src/GrampXMLDB.py: use new GrampsInMemDB base class
* src/Makefile.am: add GrampsInMemDB.py
* src/ReadGedcom.py: remove debug statements


svn: r3555
This commit is contained in:
Don Allingham
2004-09-19 04:11:34 +00:00
parent e809a69b41
commit 4e43d89fe3
9 changed files with 177 additions and 130 deletions

View File

@ -1408,7 +1408,6 @@ class LdsOrd(SourceNote):
def get_date(self) :
"""returns a string representation of the date of the ordinance"""
if self.date:
print self.dd
return self.dd.display(self.date)
return u""