Commit Graph

11 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
dessant 6f660002ff remove unused imports in examples 2016-03-15 12:17:09 +02:00
dessant 67b0332868 remove shebangs 2015-10-13 23:50:51 +03:00
dessant cd27022949 remove python shebangs 2015-10-05 14:40:04 +03:00
dessant 058090518a fix make style errors 2015-03-21 17:58:01 +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 f2ae15c6ec py3: fix few more print 2013-05-31 11:12:21 +02:00
Mathieu Virbel bae94bc3db first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict 2013-03-18 17:39:56 -06:00
tshirtman 5da773cfdf cleaning up and documenting gesture example 2011-10-03 12:09:48 +02:00
tshirtman 3e2297ef41 removed unneeded and potentially misleading decorator 2011-10-03 12:00:04 +02:00
tshirtman 665119be78 added gesture example 2011-10-03 11:57:26 +02:00