missing imports
svn: r14180
This commit is contained in:
parent
140c7c6f7d
commit
e06fd89d14
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user