From 76a85c918d1a30127da2b2fc5277c589ce9f4497 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Thu, 02 Aug 2012 02:05:53 +0000 Subject: pep8 fix --- 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): -- cgit v0.9.1