2007-01-07 Don Allingham <don@gramps-project.org>

* src/RelLib/*.py: pylint fixes

2007-01-07  Douglas S. Blank <dblank@cs.brynmawr.edu>
	* src/Utils.py: probably_alive patch



svn: r7878
This commit is contained in:
Don Allingham
2007-01-08 01:49:33 +00:00
parent 9c02ff28df
commit d5ff16800a
56 changed files with 968 additions and 620 deletions

View File

@@ -24,6 +24,8 @@
PrivateSourceNote class for GRAMPS
"""
__revision__ = "$Revision$"
from _SourceNote import SourceNote
from _PrivacyBase import PrivacyBase
@@ -32,8 +34,8 @@ from _PrivacyBase import PrivacyBase
# PrivateSourceNote class
#
#-------------------------------------------------------------------------
class PrivateSourceNote(SourceNote,PrivacyBase):
# FIXME: this class is only present to enable db upgrade
class PrivateSourceNote(SourceNote, PrivacyBase):
def __init__(self):
SourceNote.__init__(self)
PrivacyBase.__init__(self)