diff options
author | Josh Blum | 2012-11-03 01:26:03 -0700 |
---|---|---|
committer | Josh Blum | 2012-11-03 01:26:03 -0700 |
commit | ebfbb31868f4d6e0ff31ee97943cb446688809b7 (patch) | |
tree | a548ac51145b8856b3da4751e9329520d2dbef3d /python/gras/__init__.py | |
parent | 89c99cbdbedda7536677cc5a1a32f5dbb3b3dcb4 (diff) | |
download | sandhi-ebfbb31868f4d6e0ff31ee97943cb446688809b7.tar.gz sandhi-ebfbb31868f4d6e0ff31ee97943cb446688809b7.tar.bz2 sandhi-ebfbb31868f4d6e0ff31ee97943cb446688809b7.zip |
begin work on python blocks
Diffstat (limited to 'python/gras/__init__.py')
-rw-r--r-- | python/gras/__init__.py | 5 |
1 files changed, 3 insertions, 2 deletions
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 |