diff options
Diffstat (limited to 'java')
-rwxr-xr-x | java/allTests.py | 2 | ||||
-rwxr-xr-x | java/test/src/main/java/test/IceSSL/certs/makecerts.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/allTests.py b/java/allTests.py index 5e7b075e397..2241653995d 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (c) ZeroC, Inc. All rights reserved. # diff --git a/java/test/src/main/java/test/IceSSL/certs/makecerts.py b/java/test/src/main/java/test/IceSSL/certs/makecerts.py index 0a197011c83..c647d833eb4 100755 --- a/java/test/src/main/java/test/IceSSL/certs/makecerts.py +++ b/java/test/src/main/java/test/IceSSL/certs/makecerts.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (c) ZeroC, Inc. All rights reserved. # |