summaryrefslogtreecommitdiff
path: root/i18n.py
diff options
context:
space:
mode:
Diffstat (limited to 'i18n.py')
-rw-r--r--i18n.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n.py b/i18n.py
index 51d236dc6..26a8a10ec 100644
--- 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):