From b062a72c4e0d599e386954ce40bf707ab69742a9 Mon Sep 17 00:00:00 2001 From: David Paleino Date: Sun, 22 Apr 2012 18:32:18 +0200 Subject: [PATCH] Fix 1.7.2.2 brokenness --- curses/wicd-curses.py | 2 -- 1 file changed, 2 deletions(-) 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