summaryrefslogtreecommitdiff
path: root/grc/core/blocks/embedded_python.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/core/blocks/embedded_python.py')
-rw-r--r--grc/core/blocks/embedded_python.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/grc/core/blocks/embedded_python.py b/grc/core/blocks/embedded_python.py
index c5b3cf0d36..051ba70317 100644
--- a/grc/core/blocks/embedded_python.py
+++ b/grc/core/blocks/embedded_python.py
@@ -70,6 +70,7 @@ class EPyBlock(Block):
key = 'epy_block'
label = 'Python Block'
+ exempt_from_id_validation = True # Exempt epy block from blacklist id validation
documentation = {'': DOC}
parameters_data = build_params(
@@ -201,6 +202,7 @@ class EPyBlock(Block):
class EPyModule(Block):
key = 'epy_module'
label = 'Python Module'
+ exempt_from_id_validation = True # Exempt epy module from blacklist id validation
documentation = {'': dedent("""
This block lets you embed a python module in your flowgraph.