Skip to content

Commit

Permalink
apps: fix up guiles siggen for 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoernchen committed Jan 27, 2021
1 parent 64781cc commit 7e955ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/osmocom_siggen_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def setter(ps, key, val): ps[key] = val
from gnuradio import filter
from gnuradio import analog
from gnuradio import digital
from gnuradio import gr, gru, eng_notation
from gnuradio import gr, eng_notation
from gnuradio.gr.pubsub import pubsub
from gnuradio.eng_option import eng_option
from optparse import OptionParser
Expand Down

0 comments on commit 7e955ad

Please sign in to comment.