diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-04-09 22:29:31 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-04-09 22:29:31 +0200 |
commit | 1dfafadec79ac1b499b4fef789514fb302eb0928 (patch) | |
tree | 20f6eefd7b786da9c920260e5514f201bf308ad3 /portato/plugins/etc_proposals.py | |
parent | 01ecc3dcb456a0a80ef6ee0a14fbb8d7dfba04c5 (diff) | |
download | portato-1dfafadec79ac1b499b4fef789514fb302eb0928.tar.gz portato-1dfafadec79ac1b499b4fef789514fb302eb0928.tar.bz2 portato-1dfafadec79ac1b499b4fef789514fb302eb0928.zip |
Now unicode support for translations :)
Diffstat (limited to 'portato/plugins/etc_proposals.py')
-rw-r--r-- | portato/plugins/etc_proposals.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/portato/plugins/etc_proposals.py b/portato/plugins/etc_proposals.py index 62605c8..d5f707f 100644 --- a/portato/plugins/etc_proposals.py +++ b/portato/plugins/etc_proposals.py @@ -14,7 +14,6 @@ from portato.helper import error import os from subprocess import Popen -from gettext import lgettext as _ PROG=["/usr/sbin/etc-proposals"] |