diff options
author | Josh Blum | 2013-07-07 20:06:02 -0700 |
---|---|---|
committer | Josh Blum | 2013-07-07 20:06:02 -0700 |
commit | 0793d5b373f0d6ed54b08765be09cc8250fe7f6a (patch) | |
tree | e1d40a47845e7155cb0c0ae2dce584a7fde94762 /python/gras/__init__.py | |
parent | cfd9e8146f7589f3f04fea979c741267b0454546 (diff) | |
download | sandhi-0793d5b373f0d6ed54b08765be09cc8250fe7f6a.tar.gz sandhi-0793d5b373f0d6ed54b08765be09cc8250fe7f6a.tar.bz2 sandhi-0793d5b373f0d6ed54b08765be09cc8250fe7f6a.zip |
gras: some tweaks to factory
Diffstat (limited to 'python/gras/__init__.py')
-rw-r--r-- | python/gras/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/gras/__init__.py b/python/gras/__init__.py index 4add913..3c16388 100644 --- a/python/gras/__init__.py +++ b/python/gras/__init__.py @@ -10,7 +10,7 @@ from GRAS_SBuffer import SBufferConfig, SBuffer from GRAS_Tags import Tag, StreamTag, PacketMsg from GRAS_TimeTag import TimeTag from GRAS_Element import Element -from GRAS_Factory import PyFactory as Factory +from GRAS_Factory import Factory import GRAS_Block import GRAS_HierBlock import GRAS_TopBlock |