Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mouth.py
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-08-02 02:04:48 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-08-02 02:04:48 (GMT)
commit2313e3d740068a8c512247beda547420d114691d (patch)
tree449fa2a0dbeb1134e722d0629f99a090ac139a20 /mouth.py
parent5f78f2116b802d750f701bcaac7c6457bbfe4848 (diff)
removing unused import
Diffstat (limited to 'mouth.py')
-rw-r--r--mouth.py3
1 files changed, 1 insertions, 2 deletions
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