diff options
Diffstat (limited to 'mpm/python/usrp_mpm/uio.py')
-rw-r--r-- | mpm/python/usrp_mpm/uio.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mpm/python/usrp_mpm/uio.py b/mpm/python/usrp_mpm/uio.py index a3441a7d7..2ea76233f 100644 --- a/mpm/python/usrp_mpm/uio.py +++ b/mpm/python/usrp_mpm/uio.py @@ -21,6 +21,8 @@ Access to UIO mapped memory. import struct import os import mmap +from builtins import hex +from builtins import object import pyudev from .mpmlog import get_logger |