added import for Note class

svn: r5597
This commit is contained in:
Richard Taylor 2005-12-21 07:35:13 +00:00
parent 2a16977e94
commit 9c64f37c87
2 changed files with 4 additions and 0 deletions

View File

@ -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>
* src/RelLib/__init__.py: More breaking up in RelLib;
* src/RelLib/Makefile.am: Ship new files;

View File

@ -33,6 +33,7 @@ from _BaseObject import BaseObject
from _DateBase import DateBase
from _PrivacyBase import PrivacyBase
from _NoteBase import NoteBase
from _Note import Note
#-------------------------------------------------------------------------
#