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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user