1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 12:58:07 +01:00

Fixed translations.py support in wicd-curses.

This commit is contained in:
Andrew Psaltis
2009-03-07 11:34:22 -05:00
parent 852de07893
commit 46ddb41966
4 changed files with 0 additions and 9 deletions

2
curses/prefs_curses.py Executable file → Normal file
View File

@@ -29,8 +29,6 @@ wireless = None
wired = None
from wicd.translations import language
for i in language.keys():
language[i] = language[i].decode('utf8')
class PrefsDialog(urwid.WidgetWrap):
def __init__(self,body,pos,ui,dbus=None):