[Cryptech-Commits] [sw/stm32] branch python3 updated: Whack all Python shebangs to Python 3

git at cryptech.is git at cryptech.is
Mon Jul 13 04:34:05 UTC 2020


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch python3
in repository sw/stm32.

The following commit(s) were added to refs/heads/python3 by this push:
     new b7e1cf4  Whack all Python shebangs to Python 3
b7e1cf4 is described below

commit b7e1cf46f7c88740732dea1d9885193567af2e78
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Mon Jul 13 00:33:21 2020 -0400

    Whack all Python shebangs to Python 3
---
 bin/dfu                             | 2 +-
 libraries/libprof/profile-runner.py | 2 +-
 projects/cli-test/filetransfer      | 2 +-
 projects/hsm/cryptech_miniterm      | 2 +-
 projects/hsm/cryptech_probe         | 2 +-
 projects/hsm/cryptech_upload        | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bin/dfu b/bin/dfu
index 50015da..b3f0be1 100755
--- a/bin/dfu
+++ b/bin/dfu
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2016, NORDUnet A/S All rights reserved.
 #
diff --git a/libraries/libprof/profile-runner.py b/libraries/libprof/profile-runner.py
index e7ec55f..b96d6b6 100755
--- a/libraries/libprof/profile-runner.py
+++ b/libraries/libprof/profile-runner.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 """
 Tool to run some test code under the profiler on the Cryptech Alpha.
diff --git a/projects/cli-test/filetransfer b/projects/cli-test/filetransfer
index 809c6b8..6e58781 100755
--- a/projects/cli-test/filetransfer
+++ b/projects/cli-test/filetransfer
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2016, NORDUnet A/S All rights reserved.
 #
diff --git a/projects/hsm/cryptech_miniterm b/projects/hsm/cryptech_miniterm
index af52b0e..b646811 100755
--- a/projects/hsm/cryptech_miniterm
+++ b/projects/hsm/cryptech_miniterm
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2016, NORDUnet A/S All rights reserved.
 #
diff --git a/projects/hsm/cryptech_probe b/projects/hsm/cryptech_probe
index 68bcfd1..7c26bf4 100755
--- a/projects/hsm/cryptech_probe
+++ b/projects/hsm/cryptech_probe
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2016, NORDUnet A/S All rights reserved.
 #
diff --git a/projects/hsm/cryptech_upload b/projects/hsm/cryptech_upload
index aaa0f1c..42e20ee 100755
--- a/projects/hsm/cryptech_upload
+++ b/projects/hsm/cryptech_upload
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2016-2017, NORDUnet A/S All rights reserved.
 #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list