GNOME Bugzilla – Bug 524244
The coding style is not PEP-8' spaces compliant
Last modified: 2008-04-02 19:23:31 UTC
The coding style for spaces doesn't follow PEP-8. It uses tabs instead 4 spaces.
Created attachment 107969 [details] [review] Makes the python code PEP-8's compliant
Thanks. Please commit.
Committed in gyrus-python branch.
Created attachment 108453 [details] [review] fix the patch the old patch made some bug in the code
Francisco, I committed your patch, thank you. Next time, please reopen the bug if there are still issues and a new fix is neccessary. 2008-04-02 Claudio Saavedra <csaavedra@gnome.org> * src/gyrus.py: Fix some indentation glitches with previous patch. Fixes bug #524244 (Francisco Rojas).