diff options
author | necoro <> | 2007-08-07 06:09:41 +0000 |
---|---|---|
committer | necoro <> | 2007-08-07 06:09:41 +0000 |
commit | e3e2339cf2156a12b61b91f56c9ea596df57198e (patch) | |
tree | 561b195b652c5a22ac373a44d0f8501ed25508c0 /portato/gui/gtk/__init__.py | |
parent | 02652967805e1b30be1f55b73cfc50fc2ac4bbe6 (diff) | |
download | portato-e3e2339cf2156a12b61b91f56c9ea596df57198e.tar.gz portato-e3e2339cf2156a12b61b91f56c9ea596df57198e.tar.bz2 portato-e3e2339cf2156a12b61b91f56c9ea596df57198e.zip |
new threading model in gui_helper
Diffstat (limited to 'portato/gui/gtk/__init__.py')
-rw-r--r-- | portato/gui/gtk/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/gtk/__init__.py b/portato/gui/gtk/__init__.py index 22e5f76..41161d6 100644 --- a/portato/gui/gtk/__init__.py +++ b/portato/gui/gtk/__init__.py @@ -14,7 +14,7 @@ import gtk from portato import plugin from portato.backend import system from windows import MainWindow, SearchWindow, EbuildWindow -from uncaughtException import register_ex_handler +from exception_handling import register_ex_handler def run (): try: |