From d00289d273dbc340060955ad47873e5f155d16c2 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Sun, 2 May 2021 23:21:09 +0200 Subject: Execute python apps with use of python3 Change-Id: Ib9ab805cc5a3878d168787736463dc495b96ddcf --- apps/helpers/grgsm_capture | 2 +- apps/helpers/grgsm_channelize | 2 +- 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 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 -- cgit v1.2.3