summaryrefslogtreecommitdiff
path: root/portato/gui/windows
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-02-18 22:45:00 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-02-18 22:45:00 +0100
commitbc8b90244640273e775ce25a2f33d97f5da5bbfb (patch)
tree1297b03ee55fe48b0433428f36e681472b4b7e2f /portato/gui/windows
parent7bf178f343c212aefbba88b74bc0e68e8b87b318 (diff)
downloadportato-bc8b90244640273e775ce25a2f33d97f5da5bbfb.tar.gz
portato-bc8b90244640273e775ce25a2f33d97f5da5bbfb.tar.bz2
portato-bc8b90244640273e775ce25a2f33d97f5da5bbfb.zip
Remove the 'Popup' class
Diffstat (limited to 'portato/gui/windows')
-rw-r--r--portato/gui/windows/main.py2
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
-Terminalnecoro4-4/+213 2007-04-06First qt draftnecoro6-1/+796 2007-04-04showed masked packages unmasked by the user similar to stable marked testing ...necoro5-13/+40 2007-03-31changed changelognecoro1-1/+2 2007-03-31Some small changes for etcproposals 1.1necoro1-2/+2 2007-03-31Some small changes for etcproposals 1.1necoro2-3/+3 2007-03-31Some small changes for etcproposals 1.1necoro1-6/+13 2007-03-31Allowed Plugins to have a menunecoro7-201/+315 2007-03-15Added etc-proposals pluginnecoro7-28/+121 2007-03-10Added USE_EXPAND-supportnecoro5-11/+63 2007-03-10Added plugin-data to about-dialognecoro3-197/+264