diff options
Diffstat (limited to 'python')
-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 |