2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>

* src/Editors/_EditAddress.py
    * src/Editors/_EditName.py
    * src/Editors/_EditPersonRef.py
    * src/plugins/FindDupers.py
    * src/ReportBase/_StyleEditor.py
    * src/MarkupText.py
    Fix import issues introduce through previous commit.
    #0001791 fixed

svn: r10056
This commit is contained in:
Raphael Ackermann 2008-02-18 23:48:35 +00:00
parent 90f883e46d
commit dab5470dec
7 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,13 @@
2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/Editors/_EditAddress.py
* src/Editors/_EditName.py
* src/Editors/_EditPersonRef.py
* src/plugins/FindDupers.py
* src/ReportBase/_StyleEditor.py
* src/MarkupText.py
Fix import issues introduce through previous commit.
#0001791 fixed
2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/* 143 files
* test/try_tree_model.py

View File

@ -37,6 +37,7 @@ from gettext import gettext as _
# GTK/Gnome modules
#
#-------------------------------------------------------------------------
import gtk
from gtk import glade
#-------------------------------------------------------------------------

View File

@ -32,6 +32,7 @@ from gettext import gettext as _
# GTK/Gnome modules
#
#-------------------------------------------------------------------------
import gtk
from gtk import glade
#-------------------------------------------------------------------------

View File

@ -37,6 +37,7 @@ from gettext import gettext as _
# GTK/Gnome modules
#
#-------------------------------------------------------------------------
import gtk
from gtk import glade
#-------------------------------------------------------------------------

View File

@ -50,6 +50,7 @@ log = logging.getLogger(".MarkupText")
#-------------------------------------------------------------------------
import gtk
from pango import WEIGHT_BOLD, STYLE_ITALIC, UNDERLINE_SINGLE
import gobject
#-------------------------------------------------------------------------
#

View File

@ -41,6 +41,7 @@ log = logging.getLogger(".")
#------------------------------------------------------------------------
import gtk
from gtk.gdk import Color
from gtk import glade
#------------------------------------------------------------------------
#

View File

@ -35,6 +35,7 @@ from gettext import gettext as _
# GNOME libraries
#
#-------------------------------------------------------------------------
import gtk
from gtk import glade
#-------------------------------------------------------------------------