uhd/host/python
Martin Braun 850ff3b2bf python: Add __init__ to uhd.utils
Without this, the following code fails:

>>> import uhd
>>> U = uhd.usrp.MultiUSRP("type=x4xx")
>>> M = U.get_mpm_client()
Traceback (most recent call last):
  File "<input>", line 1, in <module>
    M = U.get_mpm_client()
  File ".../uhd/usrp/multi_usrp.py", line 37, in <lambda>
    setattr(self,
        'get_mpm_client', lambda: _get_mpm_client(token, mb_args))
  File ".../uhd/usrp/multi_usrp.py", line 19, in _get_mpm_client
    from uhd.utils import mpmtools
ModuleNotFoundError: No module named 'uhd.utils'
2022-03-14 15:50:57 -05:00
..
uhd python: Add __init__ to uhd.utils 2022-03-14 15:50:57 -05:00
CMakeLists.txt fixup! cmake: Replace distutils.sysconfig with sysconfig 2022-01-20 08:31:50 -06:00
pyuhd.cpp python: Add find() to the Python API 2020-12-07 11:53:35 -08:00
setup.py.in python: Fix pyuhd to include subpackages 2020-08-04 07:43:48 -05:00