diff options
author | Joe George <joe@zeroc.com> | 2021-02-10 15:56:14 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-10 16:09:09 -0500 |
commit | 73b5e499b4d528bdeb6e21d46bee0ace9f448848 (patch) | |
tree | 51f6785e4985538584bb1e8376a8c0be4b62e420 /csharp | |
parent | Obj-C and Swift build fixes (diff) | |
download | ice-73b5e499b4d528bdeb6e21d46bee0ace9f448848.tar.bz2 ice-73b5e499b4d528bdeb6e21d46bee0ace9f448848.tar.xz ice-73b5e499b4d528bdeb6e21d46bee0ace9f448848.zip |
Switch to using python3 by default
Diffstat (limited to 'csharp')
-rwxr-xr-x | csharp/allTests.py | 2 | ||||
-rwxr-xr-x | csharp/test/IceSSL/certs/makecerts.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/csharp/allTests.py b/csharp/allTests.py index 5e7b075e397..2241653995d 100755 --- a/csharp/allTests.py +++ b/csharp/allTests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (c) ZeroC, Inc. All rights reserved. # diff --git a/csharp/test/IceSSL/certs/makecerts.py b/csharp/test/IceSSL/certs/makecerts.py index ac31926790a..c1beb6ee40f 100755 --- a/csharp/test/IceSSL/certs/makecerts.py +++ b/csharp/test/IceSSL/certs/makecerts.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (c) ZeroC, Inc. All rights reserved. # |