summaryrefslogtreecommitdiff
path: root/py/test/Ice/info/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/info/Server.py')
-rwxr-xr-xpy/test/Ice/info/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/info/Server.py b/py/test/Ice/info/Server.py
index 25d50c3f5b4..e48d8c894de 100755
--- a/py/test/Ice/info/Server.py
+++ b/py/test/Ice/info/Server.py
@@ -13,7 +13,7 @@ import os, sys, traceback
import Ice
slice_dir = Ice.getSliceDir()
if not slice_dir:
- print sys.argv[0] + ': Slice directory not found.'
+ print(sys.argv[0] + ': Slice directory not found.')
sys.exit(1)
Ice.loadSlice("'-I" + slice_dir + "' Test.ice")