From 9a846b8e43389c1112d3265298f6d5b150aacfd8 Mon Sep 17 00:00:00 2001 From: compwiz18 <> Date: Sat, 6 Sep 2008 20:35:53 +0000 Subject: [PATCH] Experimental: * Fixed typo in setup.py --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index ce93161..f1a3939 100755 --- a/setup.py +++ b/setup.py @@ -247,11 +247,7 @@ class get_translations(Command): #msgfmt --output-file=$iden/LC_MESSAGES/wicd.mo po/$iden.po lang_identifier = open(pofile,'r').readlines()[1].strip()[2:] shutil.move(pofile, lang_identifier+'.po') - print 'Got',lang_identifier% sudo wicd -foe -Traceback (most recent call last): - File "/usr/lib/wicd/wicd-daemon.py", line 59, in - from wicd.configmanager import ConfigManager -ImportError: No module named configmanager + print 'Got',lang_identifier os.makedirs('translations/'+lang_identifier+'/LC_MESSAGES') os.system('msgfmt --output-file=translations/'+lang_identifier+'/LC_MESSAGES/wicd.mo '+lang_identifier+'.po') os.remove(lang_identifier+'.po')