ptrkrysik has submitted this change. ( 
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(-)

Approvals:
  ptrkrysik: Looks good to me, approved; Verified



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 <rkhass...@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.rob...@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 <ptrkry...@gmail.com>
Gerrit-Reviewer: ptrkrysik <ptrkry...@gmail.com>
Gerrit-MessageType: merged

Reply via email to