diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-23 22:02:44 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-23 22:02:44 +0200 |
commit | e021fff1ef2be1327b3edc2bb43332753a1fff16 (patch) | |
tree | ceffcf7de385207a0984f78563d70f636e6c8a3f /portato/gui/windows/mailinfo.py | |
parent | fcd88477de3b0fddb695693f3580c9a243d02296 (diff) | |
download | portato-e021fff1ef2be1327b3edc2bb43332753a1fff16.tar.gz portato-e021fff1ef2be1327b3edc2bb43332753a1fff16.tar.bz2 portato-e021fff1ef2be1327b3edc2bb43332753a1fff16.zip |
Moved GtkThread to gui.utils
Diffstat (limited to '')
-rw-r--r-- | portato/gui/windows/mailinfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/windows/mailinfo.py b/portato/gui/windows/mailinfo.py index ebecf35..93d2be4 100644 --- a/portato/gui/windows/mailinfo.py +++ b/portato/gui/windows/mailinfo.py @@ -17,7 +17,7 @@ import smtplib import time from .basic import AbstractDialog -from ..exception_handling import GtkThread +from ..utils import GtkThread from ...helper import debug from ...constants import VERSION |