1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 04:20:22 +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

View File

@@ -26,11 +26,7 @@ from curses_misc import TextDialog,DynWrap,MaskingEdit,ComboBox,error
import wicd.misc as misc
from wicd.misc import noneToString, stringToNone, noneToBlankString, to_bool
from wicd.translations import language
for i in language.keys():
language[i] = language[i].decode('utf8')
daemon = None
wired = None