summaryrefslogtreecommitdiff
path: root/grc/python/FlowGraph.py
diff options
context:
space:
mode:
authorSebastian Koslowski <koslowski@kit.edu>2015-06-21 22:51:01 +0200
committerSebastian Koslowski <koslowski@kit.edu>2015-07-17 15:47:50 +0200
commitb05c650a8c2645a0354f9176f8112cd6a67e0996 (patch)
tree0c7aa9b1a41386f69ead0d15456aecf3bc7e0328 /grc/python/FlowGraph.py
parent11752ea4f6868594b511fceac05d5677670e2f1c (diff)
grc: add user settings for canvas default size and canvas font size (+ clean-ups)
Diffstat (limited to 'grc/python/FlowGraph.py')
-rw-r--r--grc/python/FlowGraph.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/python/FlowGraph.py b/grc/python/FlowGraph.py
index d7337b8a96..49530af8a3 100644
--- a/grc/python/FlowGraph.py
+++ b/grc/python/FlowGraph.py
@@ -20,7 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import expr_utils
from .. base.FlowGraph import FlowGraph as _FlowGraph
from .. gui.FlowGraph import FlowGraph as _GUIFlowGraph
-from .. base.odict import odict
import re
_variable_matcher = re.compile('^(variable\w*)$')