diff options
Diffstat (limited to 'grc/model/Generator.py')
-rw-r--r-- | grc/model/Generator.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/grc/model/Generator.py b/grc/model/Generator.py index 2e9553fb64..c61900e7bf 100644 --- a/grc/model/Generator.py +++ b/grc/model/Generator.py @@ -28,8 +28,9 @@ from distutils.spawn import find_executable from Cheetah.Template import Template -from .base import odict, ParseXML -from .base.Constants import BLOCK_FLAG_NEED_QT_GUI +from . import ParseXML +from .odict import odict +from .Constants import BLOCK_FLAG_NEED_QT_GUI from . import expr_utils from . Constants import ( |