diff options
Diffstat (limited to 'gr-controls/python/__init__.py')
-rw-r--r-- | gr-controls/python/__init__.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gr-controls/python/__init__.py b/gr-controls/python/__init__.py index ed63150cf..b9829df26 100644 --- a/gr-controls/python/__init__.py +++ b/gr-controls/python/__init__.py @@ -40,13 +40,8 @@ if _RTLD_GLOBAL != 0: sys.setdlopenflags(_dlopenflags|_RTLD_GLOBAL) # ---------------------------------------------------------------- - -# import swig generated symbols into the scimod namespace -from scimod_swig import * - # import any pure python here -from dsim import dsim -# +# Dummy File for future use # ---------------------------------------------------------------- # Tail of workaround |