diff options
Diffstat (limited to 'python/gras/__init__.py')
-rw-r--r-- | python/gras/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/gras/__init__.py b/python/gras/__init__.py index 869a361..4d74879 100644 --- a/python/gras/__init__.py +++ b/python/gras/__init__.py @@ -1,3 +1,3 @@ -from GRAS_Block import BlockPython as Block +from GRAS_Block import Block from GRAS_HierBlock import HierBlock, TopBlock from GRAS_ThreadPool import ThreadPoolConfig, ThreadPool |