Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/espeak.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 /espeak.py
parent917627f0ffab3b01b764f7169ec87c79a811cc54 (diff)
minor pep8 tweaks
Diffstat (limited to 'espeak.py')
-rw-r--r--espeak.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/espeak.py b/espeak.py
index 8923e33..956bf21 100644
--- a/espeak.py
+++ b/espeak.py
@@ -158,7 +158,8 @@ class BaseAudioGrab(GObject.GObject):
def _new_buffer(self, buf):
self.emit("new-buffer", buf)
return False
-
+
+
def voices():
out = []
result = subprocess.Popen(["espeak", "--voices"],