This is an automated email from the ASF dual-hosted git repository.
garyw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git
The following commit(s) were added to refs/heads/master by this push:
new d14d796 MNEMONIC-792: Upgrade code from Python 2 to Python 3
d14d796 is described below
commit d14d7964f3434befc091d7c314611c1a0aaea95a
Author: Katarina <[email protected]>
AuthorDate: Fri Aug 4 19:05:56 2023 +0000
MNEMONIC-792: Upgrade code from Python 2 to Python 3
---
mnemonic-benches/mnemonic-sort-bench/bin/benchcommon.py | 2 +-
mnemonic-benches/mnemonic-sort-bench/bin/gen_data.py | 2 +-
mnemonic-benches/mnemonic-sort-bench/bin/run.py | 2 +-
mnemonic-benches/mnemonic-spark-kmeans-bench/bin/benchcommon.py | 2 +-
tools/runTestCases.py | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/mnemonic-benches/mnemonic-sort-bench/bin/benchcommon.py
b/mnemonic-benches/mnemonic-sort-bench/bin/benchcommon.py
index f4c096c..e795110 100755
--- a/mnemonic-benches/mnemonic-sort-bench/bin/benchcommon.py
+++ b/mnemonic-benches/mnemonic-sort-bench/bin/benchcommon.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
#
# Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/mnemonic-benches/mnemonic-sort-bench/bin/gen_data.py
b/mnemonic-benches/mnemonic-sort-bench/bin/gen_data.py
index 80e9c59..da2e4c5 100755
--- a/mnemonic-benches/mnemonic-sort-bench/bin/gen_data.py
+++ b/mnemonic-benches/mnemonic-sort-bench/bin/gen_data.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
#
# Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/mnemonic-benches/mnemonic-sort-bench/bin/run.py
b/mnemonic-benches/mnemonic-sort-bench/bin/run.py
index ee6bfad..dadbfec 100755
--- a/mnemonic-benches/mnemonic-sort-bench/bin/run.py
+++ b/mnemonic-benches/mnemonic-sort-bench/bin/run.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
#
# Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/mnemonic-benches/mnemonic-spark-kmeans-bench/bin/benchcommon.py
b/mnemonic-benches/mnemonic-spark-kmeans-bench/bin/benchcommon.py
index f4c096c..e795110 100755
--- a/mnemonic-benches/mnemonic-spark-kmeans-bench/bin/benchcommon.py
+++ b/mnemonic-benches/mnemonic-spark-kmeans-bench/bin/benchcommon.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
#
# Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/tools/runTestCases.py b/tools/runTestCases.py
index c4c1692..4d31af4 100755
--- a/tools/runTestCases.py
+++ b/tools/runTestCases.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
#
# Licensed to the Apache Software Foundation (ASF) under one or more