aboutsummaryrefslogtreecommitdiffstats
path: root/python/qa_txtime_bursts_tagger.py
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2019-09-02 04:06:41 +0300
committerPiotr Krysik <ptrkrysik@gmail.com>2020-02-14 15:14:07 +0000
commitbf8a3a4e67701d992ace4e76650b5d2142ab9fd2 (patch)
treefaec16b90fc0e1c7a58144e7129c461fee8d7086 /python/qa_txtime_bursts_tagger.py
parent3c8b1bcf9dc85934b6810abcf87931d539d99620 (diff)
Various python3 related changes
- Use relative import for grgsm's modules - Convert map to list - Remove the hier_block.py workaround as as gnuradio 3.7 is no longer supported in this branch Change-Id: I5ca8fd340823996e8c444aaf18ddacd85c92ab1c
Diffstat (limited to 'python/qa_txtime_bursts_tagger.py')
-rwxr-xr-xpython/qa_txtime_bursts_tagger.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/qa_txtime_bursts_tagger.py b/python/qa_txtime_bursts_tagger.py
index bdbf1af..fd15b10 100755
--- a/python/qa_txtime_bursts_tagger.py
+++ b/python/qa_txtime_bursts_tagger.py
@@ -64,8 +64,8 @@ class qa_txtime_bursts_tagger (gr_unittest.TestCase):
tb.start()
tb.wait()
- print "Dupa"
- print sink
+ print("Dupa")
+ print(sink)
# msg1 = make_msg(1,"lol1")