godot/tools
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
..
certs -Made editor support SSL certs by default (embedded them) 2016-03-12 10:46:38 -03:00
collada style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
dist Add option 'wasm' to compile to WebAssembly in web export 2016-10-31 01:28:01 +01:00
doc style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
editor style: Various other PEP8 fixes in Python files 2016-11-01 00:35:16 +01:00
editor_fonts Fonts: add missing license information 2016-07-16 11:53:57 +02:00
scripts style: Various other PEP8 fixes in Python files 2016-11-01 00:35:16 +01:00
translations style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
SCsub style: Various other PEP8 fixes in Python files 2016-11-01 00:35:16 +01:00