summaryrefslogtreecommitdiff
path: root/grc/python/Param.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2015-12-07 16:03:50 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2015-12-07 16:03:50 -0800
commit7ec5e1385a70a7ddafa2fbdf9bd023757feedad9 (patch)
tree5b0aae2c2c60ef16ce0b01b2bfb05d09b5fce4a7 /grc/python/Param.py
parent6f31b6e1dbb8f2474f6d95418d09145b0ceeecac (diff)
parent9587f5b34914f8ccbb05db093a024cf117b60a44 (diff)
Merge branch 'master' into next
Diffstat (limited to 'grc/python/Param.py')
-rw-r--r--grc/python/Param.py2
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