diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2015-12-02 17:45:06 +0100 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2015-12-04 21:08:38 +0100 |
commit | 635bb2d62420001e4a0c34b3898aa259775e43b8 (patch) | |
tree | 87a3d3322f60bd7ca3a76e8900b19c02b2c2b119 /grc/python/Param.py | |
parent | df4f5820cea5c8786f118bf94adb950afe6b2aab (diff) |
grc: add embedded python modules
Diffstat (limited to 'grc/python/Param.py')
-rw-r--r-- | grc/python/Param.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/python/Param.py b/grc/python/Param.py index 746f677e46..e60f613f00 100644 --- a/grc/python/Param.py +++ b/grc/python/Param.py @@ -31,7 +31,7 @@ from Constants import VECTOR_TYPES, COMPLEX_TYPES, REAL_TYPES, INT_TYPES from gnuradio import eng_notation _check_id_matcher = re.compile('^[a-z|A-Z]\w*$') -_show_id_matcher = re.compile('^(variable\w*|parameter|options|notebook)$') +_show_id_matcher = re.compile('^(variable\w*|parameter|options|notebook|epy_module)$') #blacklist certain ids, its not complete, but should help |