diff options
Diffstat (limited to 'tests/example_module.py')
-rw-r--r-- | tests/example_module.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/example_module.py b/tests/example_module.py index 6c29435..3ef73dd 100644 --- a/tests/example_module.py +++ b/tests/example_module.py @@ -13,4 +13,4 @@ class MyBlock(gras.Block): def get_num(self): return 42 -gras.Factory.register_make("/tests/my_block1", MyBlock) +gras.register_factory("/tests/my_block1", MyBlock) |