From 1dfafadec79ac1b499b4fef789514fb302eb0928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 9 Apr 2008 22:29:31 +0200 Subject: Now unicode support for translations :) --- portato/gui/exception_handling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui/exception_handling.py') diff --git a/portato/gui/exception_handling.py b/portato/gui/exception_handling.py index 33e58ab..d8ff7ba 100644 --- a/portato/gui/exception_handling.py +++ b/portato/gui/exception_handling.py @@ -19,7 +19,7 @@ import sys, traceback from threading import Thread from StringIO import StringIO -from ..helper import _, debug, error +from ..helper import debug, error from .dialogs import file_chooser_dialog, io_ex_dialog class GtkThread (Thread): -- cgit v1.2.3