virtualx-engine/scene
Rémi Verschelde f34151ff0f style: Various other PEP8 fixes in Python files
Done with `autopep8 --select=E7`, fixes:

- E701 - Put colon-separated compound statement on separate lines.
- E702 - Put semicolon-separated compound statement on separate lines.
- E703 - Put semicolon-separated compound statement on separate lines.
- E711 - Fix comparison with None.
- E712 - Fix (trivial case of) comparison with boolean.
- E713 - Fix (trivial case of) non-membership check.
- E721 - Fix various deprecated code (via lib2to3).
2016-11-01 00:35:16 +01:00
..
2d style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
3d style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
animation style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
audio style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
gui style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
io style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
main style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
resources style: Various other PEP8 fixes in Python files 2016-11-01 00:35:16 +01:00
register_scene_types.cpp -Added a ColorFrame control, kind of like Texture but for color. 2016-09-11 11:28:01 -03:00
register_scene_types.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
scene_string_names.cpp Changed import workflow 2016-05-27 14:19:11 -03:00
scene_string_names.h Changed import workflow 2016-05-27 14:19:11 -03:00
SCsub style: Various other PEP8 fixes in Python files 2016-11-01 00:35:16 +01:00