Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck.
[debian/gnuradio] / gr-wxgui / src / python / scopesink2.py
index 40f9f3886c00da67d090b480211392e24d56609b..87aa4337fe5b6613e7567e07b9b6e8be48c5f0af 100644 (file)
@@ -38,7 +38,7 @@ if style == 'gl':
     except ImportError:
         raise RuntimeError("Unable to import OpenGL. Are Python wrappers for OpenGL installed?")
 
-    from scopesink_gl import scope_sink_f, scope_sink_c, constellation_sink
+    from scopesink_gl import scope_sink_f, scope_sink_c
 
 else:
-    from scopesink_nongl import scope_sink_f, scope_sink_c, constellation_sink
+    from scopesink_nongl import scope_sink_f, scope_sink_c