diff options
Diffstat (limited to 'py/test/Ice/operations/Server.py')
-rwxr-xr-x | py/test/Ice/operations/Server.py | 2 |
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') |