diff options
author | Achilleas Anastasopoulos <anastas@umich.edu> | 2014-10-01 17:51:12 -0400 |
---|---|---|
committer | anastas <anastas@umich.edu> | 2014-10-08 00:05:33 -0400 |
commit | 46e9dfed237990da20b5fb054b7fd33b1c152b4a (patch) | |
tree | f39ec7c3a4c89ad46989667962f493f5ab3da49a /gr-trellis/python/trellis/__init__.py | |
parent | d598e49b4ca0a63985c675a12dc78cbc2a8931ee (diff) |
Added set_ methods for most parameters in (almost) all gr-trellis blocks
Added FSM functionality + minor fixes
Diffstat (limited to 'gr-trellis/python/trellis/__init__.py')
-rw-r--r-- | gr-trellis/python/trellis/__init__.py | 3 |
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 |