0001495: imports in DisplayState.py need fixed.

svn: r9731
This commit is contained in:
Brian Matherly 2008-01-06 22:25:41 +00:00
parent d7ac3bcc06
commit 4d08da0c3c
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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