* 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:
parent
d58641415d
commit
c86ca135a5
@ -1,5 +1,7 @@
|
||||
2007-10-08 Don Allingham <don@gramps-project.org>
|
||||
* src/gen/lib/attrbase.py: renamed from attributeBase.py
|
||||
|
||||
2007-10-08 Don Allingham <don@gramps-project.org>
|
||||
* various: gen.lib integration. probably touches almost every file
|
||||
|
||||
2007-10-07 Don Allingham <don@gramps-project.org>
|
||||
|
@ -8,7 +8,7 @@ pkgdatadir = $(datadir)/@PACKAGE@/lib
|
||||
pkgdata_PYTHON = \
|
||||
addressbase.py \
|
||||
address.py \
|
||||
attributeBase.py \
|
||||
attrbase.py \
|
||||
attribute.py \
|
||||
attrtype.py \
|
||||
baseobj.py \
|
||||
|
@ -35,7 +35,7 @@ from primaryobj import PrimaryObject
|
||||
from srcbase import SourceBase
|
||||
from notebase import NoteBase
|
||||
from mediabase import MediaBase
|
||||
from attributeBase import AttributeBase
|
||||
from attrbase import AttributeBase
|
||||
from datebase import DateBase
|
||||
from placebase import PlaceBase
|
||||
from eventtype import EventType
|
||||
|
@ -36,7 +36,7 @@ from types import InstanceType
|
||||
from secondaryobj import SecondaryObject
|
||||
from privacybase import PrivacyBase
|
||||
from notebase import NoteBase
|
||||
from attributeBase import AttributeBase
|
||||
from attrbase import AttributeBase
|
||||
from refbase import RefBase
|
||||
from eventroletype import EventRoleType
|
||||
|
||||
|
@ -43,7 +43,7 @@ from primaryobj import PrimaryObject
|
||||
from srcbase import SourceBase
|
||||
from notebase import NoteBase
|
||||
from mediabase import MediaBase
|
||||
from attributeBase import AttributeBase
|
||||
from attrbase import AttributeBase
|
||||
from eventref import EventRef
|
||||
from ldsordbase import LdsOrdBase
|
||||
from childref import ChildRef
|
||||
|
@ -43,7 +43,7 @@ from primaryobj import PrimaryObject
|
||||
from srcbase import SourceBase
|
||||
from notebase import NoteBase
|
||||
from datebase import DateBase
|
||||
from attributeBase import AttributeBase
|
||||
from attrbase import AttributeBase
|
||||
from markertype import MarkerType
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -37,7 +37,7 @@ from primaryobj import PrimaryObject
|
||||
from srcbase import SourceBase
|
||||
from notebase import NoteBase
|
||||
from mediabase import MediaBase
|
||||
from attributeBase import AttributeBase
|
||||
from attrbase import AttributeBase
|
||||
from addressbase import AddressBase
|
||||
from ldsordbase import LdsOrdBase
|
||||
from urlbase import UrlBase
|
||||
|
Loading…
Reference in New Issue
Block a user