diff options
Diffstat (limited to 'gnuradio-runtime/python/gnuradio/gr/__init__.py')
-rw-r--r-- | gnuradio-runtime/python/gnuradio/gr/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnuradio-runtime/python/gnuradio/gr/__init__.py b/gnuradio-runtime/python/gnuradio/gr/__init__.py index 2217907222..747de108e2 100644 --- a/gnuradio-runtime/python/gnuradio/gr/__init__.py +++ b/gnuradio-runtime/python/gnuradio/gr/__init__.py @@ -12,8 +12,6 @@ """ Core contents. """ -from __future__ import absolute_import -from __future__ import unicode_literals # This is the main GNU Radio python module. # We pull the pybind output and the other modules into the gnuradio.gr namespace |