diff options
Diffstat (limited to 'gnuradio-runtime/python/gnuradio/__init__.py')
-rw-r--r-- | gnuradio-runtime/python/gnuradio/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-runtime/python/gnuradio/__init__.py b/gnuradio-runtime/python/gnuradio/__init__.py index 28a493fa6b..ab3bbdbf19 100644 --- a/gnuradio-runtime/python/gnuradio/__init__.py +++ b/gnuradio-runtime/python/gnuradio/__init__.py @@ -7,7 +7,6 @@ While not primarily a simulation tool, GNU Radio does support development of sig GNU Radio is licensed under the GNU General Public License (GPL) version 3. All of the code is copyright of the Free Software Foundation. """ -from __future__ import unicode_literals # This file makes gnuradio a package # The docstring will be associated with the top level of the package. |