diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-01-22 13:59:38 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-01-22 14:00:20 -0800 |
commit | de51d0ec9cc05b56be07c2e46e82a6adfb998b89 (patch) | |
tree | 4632c3299a991f33dccf00429f2d1ccb9a3293c1 /mpm/python | |
parent | 2ba7dba5f4f271b348f2a9362f5f06096f41747d (diff) | |
download | uhd-de51d0ec9cc05b56be07c2e46e82a6adfb998b89.tar.gz uhd-de51d0ec9cc05b56be07c2e46e82a6adfb998b89.tar.bz2 uhd-de51d0ec9cc05b56be07c2e46e82a6adfb998b89.zip |
fixup! mpm: Harmonize imports, tidy + sort modules
- Fixes n3xx_bist, which failed on a an import
Diffstat (limited to 'mpm/python')
-rwxr-xr-x | mpm/python/n3xx_bist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/n3xx_bist b/mpm/python/n3xx_bist index 0a4835f63..df3d37a4e 100755 --- a/mpm/python/n3xx_bist +++ b/mpm/python/n3xx_bist @@ -47,7 +47,7 @@ def run_aurora_bist(master, slave=None): Spawn a BER test """ from usrp_mpm import aurora_control - from usrp_mpm.uio import UIO + from usrp_mpm.sys_utils.uio import UIO master_au_ctrl = aurora_control.AuroraControl( UIO(label=master, read_only=False), ) |