diff options
Diffstat (limited to 'py/test/Ice/operations/Collocated.py')
-rwxr-xr-x | py/test/Ice/operations/Collocated.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/operations/Collocated.py b/py/test/Ice/operations/Collocated.py index 975b0d90b83..c4665b05f5f 100755 --- a/py/test/Ice/operations/Collocated.py +++ b/py/test/Ice/operations/Collocated.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') |