From 88d24a170b7868c0e518b88acc245416e44b4a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 24 Apr 2009 17:52:36 +0200 Subject: Fix import error --- portato/gui/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'portato/gui/utils.py') 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 -- cgit v1.2.3