diff options
Diffstat (limited to 'tools/gr-usrptest/python/labview_control/__init__.py')
-rw-r--r-- | tools/gr-usrptest/python/labview_control/__init__.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/gr-usrptest/python/labview_control/__init__.py b/tools/gr-usrptest/python/labview_control/__init__.py new file mode 100644 index 000000000..28d2fe03b --- /dev/null +++ b/tools/gr-usrptest/python/labview_control/__init__.py @@ -0,0 +1,14 @@ +""" +usrptest.labview_control +====================================== + +Contents +-------- + +Subpackages +----------- +:: + +The existance of the file turns the folder into a Python module. + +""" |