From cfd9e8146f7589f3f04fea979c741267b0454546 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 7 Jul 2013 12:21:36 -0700 Subject: gras: python hooks for factory --- python/gras/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/gras/__init__.py') 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 -- cgit