summaryrefslogtreecommitdiff
path: root/python/gras/__init__.py
diff options
context:
space:
mode:
authorJosh Blum2012-11-09 00:41:10 -0800
committerJosh Blum2012-11-09 00:41:10 -0800
commit74142393b1161fbf0af2531e6346846cc5fcb241 (patch)
tree99a6fe48fd514674a73255fed9062d1dfcd27001 /python/gras/__init__.py
parentcb7b2b751220f2444c6187b7d6bf862b4cd56b37 (diff)
downloadsandhi-74142393b1161fbf0af2531e6346846cc5fcb241.tar.gz
sandhi-74142393b1161fbf0af2531e6346846cc5fcb241.tar.bz2
sandhi-74142393b1161fbf0af2531e6346846cc5fcb241.zip
working on tags python support
Diffstat (limited to 'python/gras/__init__.py')
-rw-r--r--python/gras/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/gras/__init__.py b/python/gras/__init__.py
index 4d74879..b348ca3 100644
--- a/python/gras/__init__.py
+++ b/python/gras/__init__.py
@@ -1,3 +1,3 @@
-from GRAS_Block import Block
+from GRAS_Block import Block, Tag
from GRAS_HierBlock import HierBlock, TopBlock
from GRAS_ThreadPool import ThreadPoolConfig, ThreadPool