diff options
author | Clayton Smith <argilo@gmail.com> | 2020-10-29 19:04:51 -0400 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2020-10-30 02:13:26 +0100 |
commit | 0fb20f8f1bcd088d37a4a8cef60e26d8ee402bf4 (patch) | |
tree | 4245612ea01047eecabffee901e51f6ab013e408 /gnuradio-runtime/python/gnuradio/gru/__init__.py | |
parent | 52df5e3224d67727b43361a2292c8c8d85f55a29 (diff) |
Remove hexint and hexshort from gru module
Diffstat (limited to 'gnuradio-runtime/python/gnuradio/gru/__init__.py')
-rw-r--r-- | gnuradio-runtime/python/gnuradio/gru/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-runtime/python/gnuradio/gru/__init__.py b/gnuradio-runtime/python/gnuradio/gru/__init__.py index 5f20c17aa1..c78c80960a 100644 --- a/gnuradio-runtime/python/gnuradio/gru/__init__.py +++ b/gnuradio-runtime/python/gnuradio/gru/__init__.py @@ -4,5 +4,4 @@ from .daemon import * from .freqz import * from .gnuplot_freqz import * -from .hexint import * from .msgq_runner import * |