diff --git a/curses/wicd-curses.py b/curses/wicd-curses.py index 4d8b35e..641aa52 100755 --- a/curses/wicd-curses.py +++ b/curses/wicd-curses.py @@ -77,8 +77,6 @@ CURSES_REV=wpath.curses_revision # Fix strings in wicd-curses from wicd.translations import language from wicd.translations import _ -for i in language.keys(): - language[i] = language[i].decode('utf8') ######################################## ##### SUPPORT CLASSES