diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2016-02-05 16:44:10 +0100 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2016-02-17 19:55:17 +0100 |
commit | 9023d2ad1ad5d1704bbe7fe942e42156a1f273a4 (patch) | |
tree | cd1b46eaa3a8f38a8eed424be6d6bab330024221 /grc/gui/Block.py | |
parent | 412df3a17ec35277f5a1d2f21c6f9a287f9ef8ad (diff) |
grc-refactor: cmake fixes and more reorganizing
Diffstat (limited to 'grc/gui/Block.py')
-rw-r--r-- | grc/gui/Block.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/Block.py b/grc/gui/Block.py index 9d718bc71d..95135310b8 100644 --- a/grc/gui/Block.py +++ b/grc/gui/Block.py @@ -30,8 +30,8 @@ from .Constants import ( BORDER_PROXIMITY_SENSITIVITY ) from . Element import Element -from ..core.odict import odict from ..core.Param import num_to_str +from ..core.utils import odict from ..core.utils.complexity import calculate_flowgraph_complexity from ..core.Block import Block as _Block |