Commit Graph

7 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
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
akshayaurora 4287ac0ef7 Update test.kv 2014-02-07 09:41:04 +05:30
akshayaurora acdd5425e0 Update layout.kv 2014-02-07 09:40:36 +05:30
techwiz24 54926616fd Add option to force-include which first unloads the file and then reloads it. Check for proper extension and inclusion status before any disk access takes place. Update example. 2013-12-20 21:36:26 -05:00
techwiz24 19018c7b1a Correct example 2013-12-18 20:56:36 -05:00
techwiz24 a875b6bc91 Add #:include directive. Implement circular reference guarding and sanity checks. 2013-12-18 19:52:16 -05:00