From eaaf23409d7748409a343a39eb8087216057d3da Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 18 Nov 2012 19:23:17 -0800 Subject: improvements to done logic (helps reserve 0 case) --- 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 ee24697..9f613f2 100644 --- a/python/gras/__init__.py +++ b/python/gras/__init__.py @@ -1,5 +1,5 @@ # Copyright (C) by Josh Blum. See LICENSE.txt for licensing information. -from GRAS_Block import Block, Tag +from GRAS_Block import Block, Tag, IOSignature from GRAS_HierBlock import HierBlock, TopBlock from GRAS_ThreadPool import ThreadPoolConfig, ThreadPool -- cgit