From c48c3a44768038fae5e0f47ca7a41f21261ee2a3 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Tue, 12 Jul 2011 21:55:22 +0000 Subject: avoiding # comments --- diff --git a/speak/espeak_cmd.py b/speak/espeak_cmd.py index 511866c..1e03797 100644 --- a/speak/espeak_cmd.py +++ b/speak/espeak_cmd.py @@ -57,9 +57,7 @@ def voices(): if not m: continue language, gender, name, stuff = m.groups() - if stuff.startswith('mb/'): #or \ - #name in ('en-rhotic','english_rp','english_wmids'): - # these voices don't produce sound + if stuff.startswith('mb/'): continue out.append((language, name)) -- cgit v0.9.1