Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-08-02 02:05:53 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-08-02 02:05:53 (GMT)
commit76a85c918d1a30127da2b2fc5277c589ce9f4497 (patch)
tree92a10a5344bbb83720f4dece0bf51c50dd3376c4
parent2313e3d740068a8c512247beda547420d114691d (diff)
pep8 fix
-rw-r--r--mouth.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/mouth.py b/mouth.py
index 5113db2..964653e 100644
--- a/mouth.py
+++ b/mouth.py
@@ -101,7 +101,8 @@ class Mouth(Gtk.DrawingArea):
context.stroke()
return True
-
+
+
class WaveformMouth(Mouth):
def __init__(self, audioSource, fill_color):
@@ -148,6 +149,7 @@ class WaveformMouth(Mouth):
return True
+
class FFTMouth(Mouth):
def __init__(self, audioSource, fill_color):