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/plugins | |
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 'portato/plugins')
-rw-r--r-- | portato/plugins/etc_proposals.py | 1 | ||||
-rw-r--r-- | portato/plugins/notify.py | 1 | ||||
-rw-r--r-- | portato/plugins/resume_loop.py | 1 |
3 files changed, 0 insertions, 3 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"] diff --git a/portato/plugins/notify.py b/portato/plugins/notify.py index 8bb0a87..78812b3 100644 --- a/portato/plugins/notify.py +++ b/portato/plugins/notify.py @@ -1,4 +1,3 @@ -from gettext import lgettext as _ import pynotify from portato import get_listener diff --git a/portato/plugins/resume_loop.py b/portato/plugins/resume_loop.py index c4191a8..e4531d0 100644 --- a/portato/plugins/resume_loop.py +++ b/portato/plugins/resume_loop.py @@ -12,7 +12,6 @@ import pty, time from subprocess import Popen, STDOUT -from gettext import lgettext as _ from portato.backend import system from portato.helper import debug, warning |