diff options
author | Johnathan Corgan | 2009-12-07 22:40:52 -0500 |
---|---|---|
committer | Johnathan Corgan | 2009-12-07 22:40:52 -0500 |
commit | 875c588c3b131195f3e029d1396b4531d3cc6f60 (patch) | |
tree | 31e8e2cbb50d27c689c007425984f65aff3812c2 /grc/gui/FlowGraph.py | |
parent | 9c71282f3c42995182111493da1dfc7b1a2c05f3 (diff) | |
parent | 61830989ce554e6dfac41bba2ced7006c424e0bc (diff) | |
download | gnuradio-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.py | 1 |
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 |