Change in gr-gsm[master]: Execute python apps with use of python3

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/.

ptrkrysik gerrit-no-reply at lists.osmocom.org
Mon May 3 10:24:55 UTC 2021


ptrkrysik has uploaded this change for review. ( https://gerrit.osmocom.org/c/gr-gsm/+/24098 )


Change subject: Execute python apps with use of python3
......................................................................

Execute python apps with use of python3

Change-Id: Ib9ab805cc5a3878d168787736463dc495b96ddcf
---
M apps/helpers/grgsm_capture
M apps/helpers/grgsm_channelize
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/gr-gsm refs/changes/98/24098/1

diff --git a/apps/helpers/grgsm_capture b/apps/helpers/grgsm_capture
index f3886ba..43dce33 100755
--- a/apps/helpers/grgsm_capture
+++ b/apps/helpers/grgsm_capture
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 # @file
 # @author (C) 2015 by Roman Khassraf <rkhassraf at gmail.com>
diff --git a/apps/helpers/grgsm_channelize b/apps/helpers/grgsm_channelize
index 5eaeb3b..92b252e 100755
--- a/apps/helpers/grgsm_channelize
+++ b/apps/helpers/grgsm_channelize
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 # @file
 # @author (C) 2015 by Pieter Robyns <pieter.robyns at uhasselt.be>

-- 
To view, visit https://gerrit.osmocom.org/c/gr-gsm/+/24098
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: gr-gsm
Gerrit-Branch: master
Gerrit-Change-Id: Ib9ab805cc5a3878d168787736463dc495b96ddcf
Gerrit-Change-Number: 24098
Gerrit-PatchSet: 1
Gerrit-Owner: ptrkrysik <ptrkrysik at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210503/6a05b53b/attachment.htm>


More information about the gerrit-log mailing list