diff options
author | Josh Morman <mormjb@gmail.com> | 2020-07-01 19:02:22 -0400 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-07-02 06:36:11 -0400 |
commit | ef899d6bcbfbf092de569ab07238325495859327 (patch) | |
tree | 82f646bb924e848802e5948fae966aeeb3b5c536 /gr-uhd/python/uhd | |
parent | 20c29ce9d63332cb05a5a6d82dcb990a2cdd27a9 (diff) |
uhd: remove import from uhd
There is no need to have the dependence on uhd python bindings as the
types that are used in gr-uhd are wrapped separately
Diffstat (limited to 'gr-uhd/python/uhd')
-rw-r--r-- | gr-uhd/python/uhd/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-uhd/python/uhd/__init__.py b/gr-uhd/python/uhd/__init__.py index f03dd60808..7c0f23dde1 100644 --- a/gr-uhd/python/uhd/__init__.py +++ b/gr-uhd/python/uhd/__init__.py @@ -13,8 +13,6 @@ Used to send and receive data between the Ettus Research, LLC product line. ''' -import uhd # TODO: verify uhd python is installed as a dependency for gr-uhd with python - ######################################################################## # Prepare uhd swig module to make it more pythonic ######################################################################## |