missing imports

svn: r14180
This commit is contained in:
Benny Malengier 2010-02-01 15:01:36 +00:00
parent 140c7c6f7d
commit e06fd89d14

View File

@ -24,6 +24,7 @@
# python modules
#
#-------------------------------------------------------------------------
import time
import logging
_LOG = logging.getLogger(".gui.notemodel")
@ -39,6 +40,7 @@ import gtk
# GRAMPS modules
#
#-------------------------------------------------------------------------
import GrampsLocale
from gui.views.treemodels.flatbasemodel import FlatBaseModel
from gen.lib import (Note, NoteType, MarkerType, StyledText)