From 0793d5b373f0d6ed54b08765be09cc8250fe7f6a Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 7 Jul 2013 20:06:02 -0700 Subject: gras: some tweaks to factory --- python/gras/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/gras/__init__.py') 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 -- cgit