diff options
Diffstat (limited to 'python/test/Ice/asyncio')
-rwxr-xr-x | python/test/Ice/asyncio/Client.py | 2 | ||||
-rwxr-xr-x | python/test/Ice/asyncio/Server.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/test/Ice/asyncio/Client.py b/python/test/Ice/asyncio/Client.py index b63e85eb41c..2e151b3a06d 100755 --- a/python/test/Ice/asyncio/Client.py +++ b/python/test/Ice/asyncio/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/asyncio/Server.py b/python/test/Ice/asyncio/Server.py index f6eff5e3e4b..ce42a32d64b 100755 --- a/python/test/Ice/asyncio/Server.py +++ b/python/test/Ice/asyncio/Server.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (c) ZeroC, Inc. All rights reserved. # |