added import for Note class
svn: r5597
This commit is contained in:
parent
2a16977e94
commit
9c64f37c87
@ -1,3 +1,6 @@
|
|||||||
|
2005-12-21 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
|
||||||
|
* src/RelLib/_SourceRef.py: added import for Note class
|
||||||
|
|
||||||
2005-12-20 Alex Roitman <shura@gramps-project.org>
|
2005-12-20 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/RelLib/__init__.py: More breaking up in RelLib;
|
* src/RelLib/__init__.py: More breaking up in RelLib;
|
||||||
* src/RelLib/Makefile.am: Ship new files;
|
* src/RelLib/Makefile.am: Ship new files;
|
||||||
|
@ -33,6 +33,7 @@ from _BaseObject import BaseObject
|
|||||||
from _DateBase import DateBase
|
from _DateBase import DateBase
|
||||||
from _PrivacyBase import PrivacyBase
|
from _PrivacyBase import PrivacyBase
|
||||||
from _NoteBase import NoteBase
|
from _NoteBase import NoteBase
|
||||||
|
from _Note import Note
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user