summaryrefslogtreecommitdiff
path: root/python/gras/__init__.py
diff options
context:
space:
mode:
authorJosh Blum2012-11-26 02:43:29 -0800
committerJosh Blum2012-11-26 02:43:29 -0800
commita10cd5cedee2eb30e49980f9136d6844ceb7ace1 (patch)
treeca5d14154c082b5772ce7ece57d767b5ab5a5918 /python/gras/__init__.py
parent4aa91c001ed4dbcae1c517672b39581c9ffd7e23 (diff)
downloadsandhi-a10cd5cedee2eb30e49980f9136d6844ceb7ace1.tar.gz
sandhi-a10cd5cedee2eb30e49980f9136d6844ceb7ace1.tar.bz2
sandhi-a10cd5cedee2eb30e49980f9136d6844ceb7ace1.zip
various tweaks for submodule building and msvc
Diffstat (limited to 'python/gras/__init__.py')
-rw-r--r--python/gras/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/gras/__init__.py b/python/gras/__init__.py
index 82dcb40..e200273 100644
--- a/python/gras/__init__.py
+++ b/python/gras/__init__.py
@@ -1,7 +1,8 @@
# Copyright (C) by Josh Blum. See LICENSE.txt for licensing information.
from PMC import *
-from GRAS_Block import Block, Tag, IOSignature
+from GRAS_IOSignature import IOSignature
+from GRAS_Block import Block, Tag
from GRAS_HierBlock import HierBlock, TopBlock
from GRAS_ThreadPool import ThreadPoolConfig, ThreadPool
from GRAS_SBuffer import SBufferConfig, SBuffer