29 Jun 2012 23:25
[PATCH Speak] A lot of pep8 corrections
Daniel Francis <francis <at> sugarlabs.org>
2012-06-29 21:25:58 GMT
2012-06-29 21:25:58 GMT
I'm porting Speak Activity to Gtk3, this patch is the first step. I have these pending steps to do: . Remove the toolkit modules and migrate the activity to sugar-toolkit . Migrate from Hippo to Gtk . Convert the activity to PyGI; Gtk3 Port Start . Use gi.repository.Gst in the place of pygst . Extra corrections; Finishing port Signed-off-by: Daniel Francis <francis <at> sugarlabs.org> --- activity.py | 40 ++++++++++++++------------ brain.py | 46 +++++++++++++++-------------- chat.py | 83 +++++++++++++++++++++-------------------------------- espeak_cmd.py | 4 ++- espeak_gst.py | 2 ++ eye.py | 24 ++++++++++++---- face.py | 50 +++++++++++++++++--------------- fft_mouth.py | 71 +++++++++++++++++++++++++-------------------- glasses.py | 24 +++++++++++----- messenger.py | 20 +++++++++---- mouth.py | 25 ++++++++++------ setup.py | 6 ++-- voice.py | 63 +++++++++++++++++++++------------------- waveform_mouth.py | 43 +++++++++++++++------------ 14 files changed, 277 insertions(+), 224 deletions(-) diff --git a/activity.py b/activity.py index b973ca9..a044423 100644 --- a/activity.py +++ b/activity.py(Continue reading)
RSS Feed