diff options
author | Joe George <joe@zeroc.com> | 2021-02-10 15:56:14 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-10 15:56:14 -0500 |
commit | ea2f696a9a10f0f3af6661e0201463cb04f1cc1a (patch) | |
tree | a0ad3f7c7523b15e99c66809431137bd2f83293b /cpp/test | |
parent | Fixed doxygen warnings and updated configs. (diff) | |
download | ice-ea2f696a9a10f0f3af6661e0201463cb04f1cc1a.tar.bz2 ice-ea2f696a9a10f0f3af6661e0201463cb04f1cc1a.tar.xz ice-ea2f696a9a10f0f3af6661e0201463cb04f1cc1a.zip |
Switch to using python3 by default
Diffstat (limited to 'cpp/test')
-rwxr-xr-x | cpp/test/IceSSL/certs/makecerts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceSSL/certs/makecerts.py b/cpp/test/IceSSL/certs/makecerts.py index 8e7cc53b1dd..291fd94f7c4 100755 --- a/cpp/test/IceSSL/certs/makecerts.py +++ b/cpp/test/IceSSL/certs/makecerts.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (c) ZeroC, Inc. All rights reserved. # |