diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-18 22:45:00 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-18 22:45:00 +0100 |
commit | bc8b90244640273e775ce25a2f33d97f5da5bbfb (patch) | |
tree | 1297b03ee55fe48b0433428f36e681472b4b7e2f /portato | |
parent | 7bf178f343c212aefbba88b74bc0e68e8b87b318 (diff) | |
download | portato-bc8b90244640273e775ce25a2f33d97f5da5bbfb.tar.gz portato-bc8b90244640273e775ce25a2f33d97f5da5bbfb.tar.bz2 portato-bc8b90244640273e775ce25a2f33d97f5da5bbfb.zip |
Remove the 'Popup' class
Diffstat (limited to '')
-rw-r--r-- | portato/gui/windows/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index b7a5802..eb4f7b3 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -43,7 +43,7 @@ from ..dialogs import (blocked_dialog, changed_flags_dialog, io_ex_dialog, from ..exceptions import PreReqError # even more GUI stuff -from .basic import Window, Popup +from .basic import Window from .about import AboutWindow from .plugin import PluginWindow from .preference import PreferenceWindow |