From c14550afef3d3c3086c92315ea16a7b5bfa8ffa6 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 23 Feb 2013 04:27:50 -0800 Subject: gras: forgot a few things from last commit --- python/gras/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/gras/__init__.py') diff --git a/python/gras/__init__.py b/python/gras/__init__.py index 2bdbc3a..33d2b00 100644 --- a/python/gras/__init__.py +++ b/python/gras/__init__.py @@ -3,7 +3,6 @@ from PMC import * from GRAS_SBuffer import SBufferConfig, SBuffer from GRAS_Tags import Tag, StreamTag, PacketMsg -from GRAS_IOSignature import IOSignature from GRAS_Block import Block from GRAS_HierBlock import HierBlock, TopBlock from GRAS_ThreadPool import ThreadPoolConfig, ThreadPool -- cgit