0001495: imports in DisplayState.py need fixed.
svn: r9731
This commit is contained in:
parent
d7ac3bcc06
commit
4d08da0c3c
@ -1,3 +1,6 @@
|
||||
2008-01-06 Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||
* src/DisplayState.py: 0001495: imports in DisplayState.py need fixed.
|
||||
|
||||
2008-01-06 Brian Matherly <brian@gramps-project.org>
|
||||
* src/ReportBase/_ReportUtils.py:
|
||||
0001543: Preferences name format not used - Timeline Graph
|
||||
|
@ -42,14 +42,14 @@ _LOG = logging.getLogger(".DisplayState")
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
import gobject
|
||||
import gtk
|
||||
import gtk.glade
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
import gen.db
|
||||
import gen.utils
|
||||
import Config
|
||||
from BasicUtils import name_displayer
|
||||
import const
|
||||
|
Loading…
Reference in New Issue
Block a user