missing imports
svn: r14180
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
# python modules
|
# python modules
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
import time
|
||||||
import logging
|
import logging
|
||||||
_LOG = logging.getLogger(".gui.notemodel")
|
_LOG = logging.getLogger(".gui.notemodel")
|
||||||
|
|
||||||
@@ -39,6 +40,7 @@ import gtk
|
|||||||
# GRAMPS modules
|
# GRAMPS modules
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
import GrampsLocale
|
||||||
from gui.views.treemodels.flatbasemodel import FlatBaseModel
|
from gui.views.treemodels.flatbasemodel import FlatBaseModel
|
||||||
from gen.lib import (Note, NoteType, MarkerType, StyledText)
|
from gen.lib import (Note, NoteType, MarkerType, StyledText)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user