Commit Graph

8 Commits

Author SHA1 Message Date
Saqib Azim 5913d861f4 Fix for pep8 errors (#4815)
* Fix pep8 errors

* Fix pep8 errors

* Fixing pep8 errors

* fixing pep8 errors

* E731 pep8 fixes resolved for some files

* fix for E741 and E305 for some files

* pep8 fixes
2016-12-17 09:50:52 +02:00
Zen-CODE 97f7aea376 doc: revisions to examples 2015-03-23 23:17:03 +02:00
Charles Merriam 02c30a4e9f Fix examples/ PEP8 errors. Mostly white space.
This fixes a large number of white space errors in the examples/
directory.
When I upgraded Makefile to check the 'make style' on the examples
directory,
the output was hundreds of lines long.   Currently, the output is
managable
and consists solely of "lines too long", as kv lines cannot be split.
This
commit touches an obscene number of files in trivial ways.
2015-02-01 17:09:20 -08:00
Mathieu Virbel bae94bc3db first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict 2013-03-18 17:39:56 -06:00
Mathieu Virbel b805a0f915 examples: fix stencil example 2011-10-24 10:28:41 +02:00
Mathieu Virbel 4378afca9c doc: add some comments for examples 2011-06-19 19:42:40 +02:00
Mathieu Virbel 9fc0c6e72e examples: fix stencil_canvas example to work with stencilview 2011-03-29 17:43:00 +02:00
Thomas Hansen 605cf1ba2d add StencilCanvas to be able to use stencil masking. Only areas drawn to in stencil_canvas.stencil group will actually be rendered, other fragments will fail teh stencil test 2011-03-24 18:21:59 +01:00