Python 3 compatibility.
authorCarl Hetherington <cth@carlh.net>
Tue, 29 Apr 2014 17:29:13 +0000 (18:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 29 Apr 2014 17:29:13 +0000 (18:29 +0100)
i18n.py

diff --git a/i18n.py b/i18n.py
index 51d236dc631d36d5a36b3d0f29d8667db17a6b46..26a8a10ec3041ad2bd3592b6eb7f485d6f021c59 100644 (file)
--- a/i18n.py
+++ b/i18n.py
@@ -3,7 +3,7 @@ import os
 from waflib import Logs
 
 def command(c):
-    print c
+    print(c)
     os.system(c)
 
 def pot(dir, sources, name):