* src/gen/lib/attrbase.py: renamed from attributeBase.py

2007-10-08  Don Allingham  <don@gramps-project.org>


svn: r9102
This commit is contained in:
Don Allingham
2007-10-08 16:45:37 +00:00
parent d58641415d
commit c86ca135a5
9 changed files with 9 additions and 7 deletions

View File

@ -36,7 +36,7 @@ from privacybase import PrivacyBase
from srcbase import SourceBase
from notebase import NoteBase
from refbase import RefBase
from attributeBase import AttributeBase
from attrbase import AttributeBase
#-------------------------------------------------------------------------
#