diff options
author | Josh Blum | 2013-07-07 12:21:36 -0700 |
---|---|---|
committer | Josh Blum | 2013-07-07 12:21:36 -0700 |
commit | cfd9e8146f7589f3f04fea979c741267b0454546 (patch) | |
tree | db46f578e2ff93b104ed9270623926732ee5eb83 /python/gras/__init__.py | |
parent | c6373f53f4690d667e553ed7258e13c3b45aa323 (diff) | |
download | sandhi-cfd9e8146f7589f3f04fea979c741267b0454546.tar.gz sandhi-cfd9e8146f7589f3f04fea979c741267b0454546.tar.bz2 sandhi-cfd9e8146f7589f3f04fea979c741267b0454546.zip |
gras: python hooks for factory
Diffstat (limited to 'python/gras/__init__.py')
-rw-r--r-- | python/gras/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/gras/__init__.py b/python/gras/__init__.py index 1871a27..4add913 100644 --- a/python/gras/__init__.py +++ b/python/gras/__init__.py @@ -10,6 +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 import GRAS_Block import GRAS_HierBlock import GRAS_TopBlock |