From ebfbb31868f4d6e0ff31ee97943cb446688809b7 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 3 Nov 2012 01:26:03 -0700 Subject: begin work on python blocks --- python/gras/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python/gras/__init__.py') diff --git a/python/gras/__init__.py b/python/gras/__init__.py index 595efeb..869a361 100644 --- a/python/gras/__init__.py +++ b/python/gras/__init__.py @@ -1,2 +1,3 @@ -from GRAS_HierBlock import * -from GRAS_ThreadPool import * +from GRAS_Block import BlockPython as Block +from GRAS_HierBlock import HierBlock, TopBlock +from GRAS_ThreadPool import ThreadPoolConfig, ThreadPool -- cgit