aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2021-05-02 23:21:09 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2021-05-03 07:14:00 +0200
commitd00289d273dbc340060955ad47873e5f155d16c2 (patch)
treed40f4b5c3490c36942c0bdaf23d36c9435297968
parente4da417f8ddb7c0f17637df8751a482102cc62dd (diff)
Execute python apps with use of python3
-rwxr-xr-xapps/helpers/grgsm_capture2
-rwxr-xr-xapps/helpers/grgsm_channelize2
2 files changed, 2 insertions, 2 deletions
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@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@uhasselt.be>