diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-04-24 17:52:36 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-04-24 17:52:36 +0200 |
commit | 88d24a170b7868c0e518b88acc245416e44b4a88 (patch) | |
tree | bf6cf41e836c3e116a1ea7a717b38c4f14d1919b /portato/gui/utils.py | |
parent | 05edd05088ca7f8f76f2c2b7dda9658b6cb50678 (diff) | |
download | portato-88d24a170b7868c0e518b88acc245416e44b4a88.tar.gz portato-88d24a170b7868c0e518b88acc245416e44b4a88.tar.bz2 portato-88d24a170b7868c0e518b88acc245416e44b4a88.zip |
Fix import error
Diffstat (limited to '')
-rw-r--r-- | portato/gui/utils.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/portato/gui/utils.py b/portato/gui/utils.py index 1ebefe8..dd0b58c 100644 --- a/portato/gui/utils.py +++ b/portato/gui/utils.py @@ -22,7 +22,8 @@ import gtk # some backend things from ..backend import flags, set_system -from ..helper import debug, info, set_log_level +from ..helper import debug, info +from ..log import set_log_level from ..constants import APP, LOCALE_DIR # parser |