From 74142393b1161fbf0af2531e6346846cc5fcb241 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 9 Nov 2012 00:41:10 -0800 Subject: working on tags python support --- python/gras/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/gras/__init__.py') 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 -- cgit