summaryrefslogtreecommitdiff
path: root/python/gras/__init__.py
diff options
context:
space:
mode:
authorJosh Blum2012-11-03 12:44:38 -0700
committerJosh Blum2012-11-03 12:44:38 -0700
commitdd3382aa8fa8d4b6d1de46621bbec189dd7e8965 (patch)
treee09edb42891a30d6c7f46127a1db1cfd01380118 /python/gras/__init__.py
parentebfbb31868f4d6e0ff31ee97943cb446688809b7 (diff)
downloadsandhi-dd3382aa8fa8d4b6d1de46621bbec189dd7e8965.tar.gz
sandhi-dd3382aa8fa8d4b6d1de46621bbec189dd7e8965.tar.bz2
sandhi-dd3382aa8fa8d4b6d1de46621bbec189dd7e8965.zip
work on python block class
Diffstat (limited to 'python/gras/__init__.py')
-rw-r--r--python/gras/__init__.py2
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