summaryrefslogtreecommitdiff
path: root/grc/gui/Platform.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/gui/Platform.py')
-rw-r--r--grc/gui/Platform.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/grc/gui/Platform.py b/grc/gui/Platform.py
index 25c755675c..b8dd6aa074 100644
--- a/grc/gui/Platform.py
+++ b/grc/gui/Platform.py
@@ -66,6 +66,7 @@ class Platform(CorePlatform):
Config = Config
FlowGraph = FlowGraph
Connection = Connection
- Block = Block
+ block_classes = {key: Block.make_cls_with_base(cls)
+ for key, cls in CorePlatform.block_classes.items()}
Port = Port
Param = Param