diff options
author | Josh Blum | 2012-10-31 23:09:01 -0700 |
---|---|---|
committer | Josh Blum | 2012-10-31 23:09:01 -0700 |
commit | 485aeea56f4289555d4b94b2c779015de185a5f0 (patch) | |
tree | e628603dda1a24fd2124e2fbb7d5f278856da487 /python/gras/__init__.py | |
parent | 11c658d6ef81257e7c341337ee63e0dc7381478a (diff) | |
download | sandhi-485aeea56f4289555d4b94b2c779015de185a5f0.tar.gz sandhi-485aeea56f4289555d4b94b2c779015de185a5f0.tar.bz2 sandhi-485aeea56f4289555d4b94b2c779015de185a5f0.zip |
swig-ing and test for thread pool
Diffstat (limited to 'python/gras/__init__.py')
-rw-r--r-- | python/gras/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/gras/__init__.py b/python/gras/__init__.py index 6a836a6..595efeb 100644 --- a/python/gras/__init__.py +++ b/python/gras/__init__.py @@ -1 +1,2 @@ -from GRASElements import * +from GRAS_HierBlock import * +from GRAS_ThreadPool import * |