Change in ...osmo-python-tests[master]: Use proper python3 shebang in all modules

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Apr 7 16:30:56 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/python/osmo-python-tests/+/23626 )

Change subject: Use proper python3 shebang in all modules
......................................................................

Use proper python3 shebang in all modules

Change-Id: I1295be505f4ec30e809297a474b689e6c0cdf505
---
M osmopy/osmo_ipa.py
M osmopy/trap_helper.py
M osmopy/twisted_ipa.py
M scripts/ctrl2cgi.py
M scripts/osmo_rate_ctr2csv.py
M scripts/osmo_trap2cgi.py
M scripts/soap.py
M setup.py
8 files changed, 8 insertions(+), 8 deletions(-)

Approvals:
  Jenkins Builder: Verified
  osmith: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/osmopy/osmo_ipa.py b/osmopy/osmo_ipa.py
index f957f41..5538d27 100755
--- a/osmopy/osmo_ipa.py
+++ b/osmopy/osmo_ipa.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # -*- mode: python-mode; py-indent-tabs-mode: nil -*-
 """
 /*
diff --git a/osmopy/trap_helper.py b/osmopy/trap_helper.py
index d942cd2..a48770b 100644
--- a/osmopy/trap_helper.py
+++ b/osmopy/trap_helper.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # -*- mode: python-mode; py-indent-tabs-mode: nil -*-
 """
 /*
diff --git a/osmopy/twisted_ipa.py b/osmopy/twisted_ipa.py
index 5b65f12..f39bc5c 100755
--- a/osmopy/twisted_ipa.py
+++ b/osmopy/twisted_ipa.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # -*- mode: python-mode; py-indent-tabs-mode: nil -*-
 """
 /*
diff --git a/scripts/ctrl2cgi.py b/scripts/ctrl2cgi.py
index 95ff788..3e8f87d 100755
--- a/scripts/ctrl2cgi.py
+++ b/scripts/ctrl2cgi.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # -*- mode: python-mode; py-indent-tabs-mode: nil -*-
 """
 /*
diff --git a/scripts/osmo_rate_ctr2csv.py b/scripts/osmo_rate_ctr2csv.py
index 1e3fc9f..a66fb01 100755
--- a/scripts/osmo_rate_ctr2csv.py
+++ b/scripts/osmo_rate_ctr2csv.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # -*- mode: python-mode; py-indent-tabs-mode: nil -*-
 """
 /*
diff --git a/scripts/osmo_trap2cgi.py b/scripts/osmo_trap2cgi.py
index ca73fa8..a03fd2b 100755
--- a/scripts/osmo_trap2cgi.py
+++ b/scripts/osmo_trap2cgi.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # -*- mode: python-mode; py-indent-tabs-mode: nil -*-
 """
 /*
diff --git a/scripts/soap.py b/scripts/soap.py
index 0cb2184..8a5f514 100755
--- a/scripts/soap.py
+++ b/scripts/soap.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # -*- mode: python-mode; py-indent-tabs-mode: nil -*-
 """
 /*
diff --git a/setup.py b/setup.py
index ab604ce..301420a 100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Osmopython: test utilities for osmocom programs
 # Copyright (C) 2013 Katerina Barone-Adesi kat.obsc at gmail.com
 

-- 
To view, visit https://gerrit.osmocom.org/c/python/osmo-python-tests/+/23626
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Change-Id: I1295be505f4ec30e809297a474b689e6c0cdf505
Gerrit-Change-Number: 23626
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210407/d911b7f5/attachment.htm>


More information about the gerrit-log mailing list