do not print dict
authorthomasv <thomasv@gitorious>
Thu, 24 May 2012 08:10:45 +0000 (10:10 +0200)
committerthomasv <thomasv@gitorious>
Thu, 24 May 2012 08:10:45 +0000 (10:10 +0200)
mki18n.py

index 5e584f7..a4f8b4d 100755 (executable)
--- a/mki18n.py
+++ b/mki18n.py
@@ -19,7 +19,7 @@ for line in lines:
     else:
         message = l[1:]
 
-print dicts
+#print dicts
 
 if not os.path.exists('locale'):
     os.mkdir('locale')