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

Fix 1.7.2.2 brokenness

This commit is contained in:
David Paleino
2012-04-22 18:32:18 +02:00
parent 441eb63646
commit b062a72c4e

View File

@@ -77,8 +77,6 @@ CURSES_REV=wpath.curses_revision
# Fix strings in wicd-curses # Fix strings in wicd-curses
from wicd.translations import language from wicd.translations import language
from wicd.translations import _ from wicd.translations import _
for i in language.keys():
language[i] = language[i].decode('utf8')
######################################## ########################################
##### SUPPORT CLASSES ##### SUPPORT CLASSES