summaryrefslogtreecommitdiff
path: root/python/gras/__init__.py
diff options
context:
space:
mode:
authorJosh Blum2013-07-07 12:21:36 -0700
committerJosh Blum2013-07-07 12:21:36 -0700
commitcfd9e8146f7589f3f04fea979c741267b0454546 (patch)
treedb46f578e2ff93b104ed9270623926732ee5eb83 /python/gras/__init__.py
parentc6373f53f4690d667e553ed7258e13c3b45aa323 (diff)
downloadsandhi-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__.py1
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