summaryrefslogtreecommitdiff
path: root/python/gras/__init__.py
diff options
context:
space:
mode:
authorJosh Blum2012-10-31 23:09:01 -0700
committerJosh Blum2012-10-31 23:09:01 -0700
commit485aeea56f4289555d4b94b2c779015de185a5f0 (patch)
treee628603dda1a24fd2124e2fbb7d5f278856da487 /python/gras/__init__.py
parent11c658d6ef81257e7c341337ee63e0dc7381478a (diff)
downloadsandhi-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__.py3
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 *