diff options
Diffstat (limited to 'gnuradio-runtime/python/gnuradio/ctrlport/__init__.py')
-rw-r--r-- | gnuradio-runtime/python/gnuradio/ctrlport/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnuradio-runtime/python/gnuradio/ctrlport/__init__.py b/gnuradio-runtime/python/gnuradio/ctrlport/__init__.py index 5016fae9de..bd762554c4 100644 --- a/gnuradio-runtime/python/gnuradio/ctrlport/__init__.py +++ b/gnuradio-runtime/python/gnuradio/ctrlport/__init__.py @@ -9,8 +9,6 @@ # The presence of this file turns this directory into a Python package -# import swig generated symbols into the ctrlport namespace -#from ctrlport_swig import * from .monitor import * # import any pure python here |