From dd3382aa8fa8d4b6d1de46621bbec189dd7e8965 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 3 Nov 2012 12:44:38 -0700 Subject: work on python block class --- python/gras/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/gras/__init__.py') 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 -- cgit