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-09 02:20:24 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-08-09 02:20:24 (GMT)
commita672c6d389f2eec99d99b8cb3b5123e6d6a4aca8 (patch)
tree0aa9647c3ea062933ce94c00bea4448f6686761b /mouth.py
parent917627f0ffab3b01b764f7169ec87c79a811cc54 (diff)
minor pep8 tweaks
Diffstat (limited to 'mouth.py')
-rw-r--r--mouth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mouth.py b/mouth.py
index 964653e..e885030 100644
--- a/mouth.py
+++ b/mouth.py
@@ -33,7 +33,7 @@ try:
except:
from Numeric import ceil
from FFT import *
-
+
class Mouth(Gtk.DrawingArea):