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/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui/queue.py') diff --git a/portato/gui/queue.py b/portato/gui/queue.py index 40b765d..f203920 100644 --- a/portato/gui/queue.py +++ b/portato/gui/queue.py @@ -20,7 +20,7 @@ from subprocess import Popen # some backend things from .. import backend, plugin from ..backend import flags, system -from ..helper import _, debug, info, send_signal_to_group, unique_array +from ..helper import debug, info, send_signal_to_group, unique_array from ..waiting_queue import WaitingQueue from .updater import Updater -- cgit v1.2.3