summaryrefslogtreecommitdiff
path: root/portato/gui/windows/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/gui/windows/search.py')
-rw-r--r--portato/gui/windows/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/windows/search.py b/portato/gui/windows/search.py
index 6e34a0e..e776dd1 100644
--- a/portato/gui/windows/search.py
+++ b/portato/gui/windows/search.py
@@ -14,7 +14,7 @@ from __future__ import absolute_import
import gtk
from .basic import AbstractDialog
-from ...helper import _, debug
+from ...helper import debug
class SearchWindow (AbstractDialog):
"""A window showing the results of a search process."""