summaryrefslogtreecommitdiff
path: root/py/test/Ice/operations/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/operations/Server.py')
-rwxr-xr-xpy/test/Ice/operations/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/operations/Server.py b/py/test/Ice/operations/Server.py
index bc8fefe5e93..55d8b2f6304 100755
--- a/py/test/Ice/operations/Server.py
+++ b/py/test/Ice/operations/Server.py
@@ -12,7 +12,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')