Skip to content

Commit

Permalink
Update python shebang to use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Aug 5, 2020
1 parent a5dfdb2 commit b118d58
Show file tree
Hide file tree
Showing 97 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion allTests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion certs/makecerts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion config/makeprops.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion cpp/allTests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion cpp/test/IceSSL/certs/makecerts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion csharp/allTests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion csharp/test/IceSSL/certs/makecerts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion java/allTests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion java/test/src/main/java/test/IceSSL/certs/makecerts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion js/allTests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion matlab/allTests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/allTests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/config/s2py.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/scripts/slice2py.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/acm/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/acm/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/adapterDeactivation/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/adapterDeactivation/Collocated.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/admin/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/admin/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/ami/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/ami/Collocated.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/ami/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/application/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/binding/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/binding/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/blobject/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/blobject/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/custom/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/custom/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/defaultServant/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/defaultValue/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/dispatcher/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/dispatcher/Dispatcher.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/dispatcher/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/enums/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/enums/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/exceptions/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/exceptions/Collocated.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/exceptions/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/exceptions/ServerAMD.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/facets/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/facets/Collocated.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/facets/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/faultTolerance/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/faultTolerance/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/info/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/info/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/inheritance/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/inheritance/Collocated.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/inheritance/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/location/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/location/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/objects/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/objects/Collocated.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/objects/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/operations/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/operations/Collocated.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/operations/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/operations/ServerAMD.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/operations/TestAMDCoroI.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/operations/TestAMDI.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/optional/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/optional/Server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/optional/ServerAMD.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/test/Ice/packagemd/Client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
Expand Down
Loading

0 comments on commit b118d58

Please sign in to comment.