restore headers; needed for unicode
authorthomasv <thomasv@gitorious>
Fri, 15 Jun 2012 12:01:22 +0000 (14:01 +0200)
committerthomasv <thomasv@gitorious>
Fri, 15 Jun 2012 12:01:22 +0000 (14:01 +0200)
mki18n.py

index f6b9409..6778be2 100755 (executable)
--- a/mki18n.py
+++ b/mki18n.py
@@ -28,7 +28,7 @@ if not os.path.exists('locale'):
     os.mkdir('locale')
 
 
-cmd = 'xgettext -s --no-wrap --omit-header -f app.fil --output=locale/messages.pot'
+cmd = 'xgettext -s --no-wrap -f app.fil --output=locale/messages.pot'
 print cmd
 os.system(cmd)