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>2021-05-03 07:14:00 +0200
commit46c90bec99fe3f2151450ffcc4d1353418c764e7 (patch)
treefaec16b90fc0e1c7a58144e7129c461fee8d7086 /python/qa_txtime_bursts_tagger.py
parent333027f40632be2acb3864e6cc4abd12abe9fd6a (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")