summaryrefslogtreecommitdiff
path: root/grc/gui/FlowGraph.py
diff options
context:
space:
mode:
authorJohnathan Corgan2009-12-07 22:40:52 -0500
committerJohnathan Corgan2009-12-07 22:40:52 -0500
commit875c588c3b131195f3e029d1396b4531d3cc6f60 (patch)
tree31e8e2cbb50d27c689c007425984f65aff3812c2 /grc/gui/FlowGraph.py
parent9c71282f3c42995182111493da1dfc7b1a2c05f3 (diff)
parent61830989ce554e6dfac41bba2ced7006c424e0bc (diff)
downloadgnuradio-875c588c3b131195f3e029d1396b4531d3cc6f60.tar.gz
gnuradio-875c588c3b131195f3e029d1396b4531d3cc6f60.tar.bz2
gnuradio-875c588c3b131195f3e029d1396b4531d3cc6f60.zip
Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblum
Diffstat (limited to 'grc/gui/FlowGraph.py')
-rw-r--r--grc/gui/FlowGraph.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/gui/FlowGraph.py b/grc/gui/FlowGraph.py
index 8feb171f1..5adecccc1 100644
--- a/grc/gui/FlowGraph.py
+++ b/grc/gui/FlowGraph.py
@@ -22,7 +22,6 @@ import Actions
import Colors
import Utils
from Element import Element
-from .. base import FlowGraph as _FlowGraph
import pygtk
pygtk.require('2.0')
import gtk