diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-04-09 22:31:32 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-04-09 22:31:32 +0200 |
commit | f4be00322ff3e4627c0a94f1f8727cf98a77330c (patch) | |
tree | 20f6eefd7b786da9c920260e5514f201bf308ad3 /portato/gui/windows/main.py | |
parent | 0ab7e4060d6205cdac4d4e8251977893c92cbad1 (diff) | |
parent | 1dfafadec79ac1b499b4fef789514fb302eb0928 (diff) | |
download | portato-f4be00322ff3e4627c0a94f1f8727cf98a77330c.tar.gz portato-f4be00322ff3e4627c0a94f1f8727cf98a77330c.tar.bz2 portato-f4be00322ff3e4627c0a94f1f8727cf98a77330c.zip |
Updated translations and translation support
Diffstat (limited to '')
-rw-r--r-- | portato/gui/windows/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index 14a0181..32b6660 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -23,7 +23,7 @@ import itertools as itt # our backend stuff from ...backend import flags, system # must be the first to avoid circular deps from ... import get_listener, plugin, dependency -from ...helper import debug, warning, error, info, unique_array, N_, _ +from ...helper import debug, warning, error, info, unique_array from ...session import Session from ...constants import CONFIG_LOCATION, VERSION, APP_ICON from ...backend.exceptions import PackageNotFoundException, BlockedException |