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

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