summaryrefslogtreecommitdiff
path: root/grc/python/Param.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2015-12-07 15:57:01 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2015-12-07 15:57:01 -0800
commit9587f5b34914f8ccbb05db093a024cf117b60a44 (patch)
treec123110cbcd952d273f48ae72483e9be339c464f /grc/python/Param.py
parentb57d228c31f24843e7c4cbddeb67da9fef2e8080 (diff)
parentef1493630eeab5d46f53bf3e015411f1f7b25866 (diff)
Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
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 746f677e4..e60f613f0 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