removed unused import statements, thanks pyflakes
[debian/gnuradio] / grc / gui / Element.py
index f0518ee12ba56883debd666ede1a8e31c12bc8fe..e020c5caa9ba5854bf91f2dc0b8ff0deb00acfa6 100644 (file)
@@ -17,9 +17,6 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 """
 
-import pygtk
-pygtk.require('2.0')
-import gtk
 from Constants import LINE_SELECT_SENSITIVITY
 from Constants import POSSIBLE_ROTATIONS