Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblum
[debian/gnuradio] / grc / python / FlowGraph.py
index 24e4aac3b8576e7a53bb4c0b1ab908bd390b3496..b2d406bbd65514ffdc155e58fb799cd74a3292fa 100644 (file)
@@ -20,8 +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 Block import Block
-from Connection import Connection
 import re
 
 _variable_matcher = re.compile('^(variable\w*)$')