diff options
author | Josh Blum | 2013-02-23 04:27:50 -0800 |
---|---|---|
committer | Josh Blum | 2013-02-23 04:27:50 -0800 |
commit | c14550afef3d3c3086c92315ea16a7b5bfa8ffa6 (patch) | |
tree | 1f6c46f0687c68aa9fb9708fba3af176e77d9e3e /python/gras | |
parent | 49a1e13eb24fa9613585cf8c2b8bbe2bbfa994f4 (diff) | |
download | sandhi-c14550afef3d3c3086c92315ea16a7b5bfa8ffa6.tar.gz sandhi-c14550afef3d3c3086c92315ea16a7b5bfa8ffa6.tar.bz2 sandhi-c14550afef3d3c3086c92315ea16a7b5bfa8ffa6.zip |
gras: forgot a few things from last commit
Diffstat (limited to 'python/gras')
-rw-r--r-- | python/gras/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |