diff options
Diffstat (limited to 'python/test/Ice/proxy')
-rwxr-xr-x | python/test/Ice/proxy/Client.py | 2 | ||||
-rwxr-xr-x | python/test/Ice/proxy/Collocated.py | 2 | ||||
-rwxr-xr-x | python/test/Ice/proxy/Server.py | 2 | ||||
-rwxr-xr-x | python/test/Ice/proxy/ServerAMD.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/python/test/Ice/proxy/Client.py b/python/test/Ice/proxy/Client.py index 5e0e2628fa6..6df8d09eee5 100755 --- a/python/test/Ice/proxy/Client.py +++ b/python/test/Ice/proxy/Client.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (c) ZeroC, Inc. All rights reserved. # diff --git a/python/test/Ice/proxy/Collocated.py b/python/test/Ice/proxy/Collocated.py index a2920f8d87a..38c019d677f 100755 --- a/python/test/Ice/proxy/Collocated.py +++ b/python/test/Ice/proxy/Collocated.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (c) ZeroC, Inc. All rights reserved. # diff --git a/python/test/Ice/proxy/Server.py b/python/test/Ice/proxy/Server.py index 86f7113a0d0..794633e701e 100755 --- a/python/test/Ice/proxy/Server.py +++ b/python/test/Ice/proxy/Server.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (c) ZeroC, Inc. All rights reserved. # diff --git a/python/test/Ice/proxy/ServerAMD.py b/python/test/Ice/proxy/ServerAMD.py index 9777466c64a..38b39b8ec9f 100755 --- a/python/test/Ice/proxy/ServerAMD.py +++ b/python/test/Ice/proxy/ServerAMD.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (c) ZeroC, Inc. All rights reserved. # |