summaryrefslogtreecommitdiff
path: root/gr-trellis/python/trellis/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-trellis/python/trellis/__init__.py')
-rw-r--r--gr-trellis/python/trellis/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-trellis/python/trellis/__init__.py b/gr-trellis/python/trellis/__init__.py
index 6c6d80ecdf..662aa58197 100644
--- a/gr-trellis/python/trellis/__init__.py
+++ b/gr-trellis/python/trellis/__init__.py
@@ -31,3 +31,6 @@ except ImportError:
dirname, filename = os.path.split(os.path.abspath(__file__))
__path__.append(os.path.join(dirname, "..", "..", "swig"))
from trellis_swig import *
+
+# import any pure python here
+import fsm_utils