From 2313e3d740068a8c512247beda547420d114691d Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Thu, 02 Aug 2012 02:04:48 +0000 Subject: removing unused import --- (limited to 'mouth.py') diff --git a/mouth.py b/mouth.py index 47a021b..5113db2 100644 --- a/mouth.py +++ b/mouth.py @@ -24,7 +24,6 @@ # This code is a super-stripped down version of the waveform view from Measure from gi.repository import Gtk -from gi.repository import Gdk from struct import unpack import numpy.core @@ -236,4 +235,4 @@ class FFTMouth(Mouth): count += self.draw_interval context.stroke() - return True \ No newline at end of file + return True -- cgit v0.9.1