aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/test_exe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_exe.py b/tests/test_exe.py
index 9b0af075..9607a04b 100755
--- a/tests/test_exe.py
+++ b/tests/test_exe.py
@@ -1,4 +1,4 @@
#!/usr/bin/python
-print "executed"
+print("executed")
# vim: set et ts=4 sw=4 :