godot/modules/cscript
Rémi Verschelde 817dd7ccbb style: Fix PEP8 blank lines issues in Python files
Done with `autopep8 --select=E3,W3`, fixes:

- E301 - Add missing blank line.
- E302 - Add missing 2 blank lines.
- E303 - Remove extra blank lines.
- E304 - Remove blank line following function decorator.
- E309 - Add missing blank line.
- W391 - Remove trailing blank lines.
2016-11-01 00:35:16 +01:00
..
config.py style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
godot_c.cpp -Fix crashes with thread_exit() 2016-06-26 10:54:45 -03:00
godot_c.h Fix cscript module syntax errors for MSVC compiler 2016-06-26 14:19:46 -03:00
register_types.cpp missing files 2016-06-26 11:02:15 -03:00
register_types.h missing files 2016-06-26 11:02:15 -03:00
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-17 20:10:46 +02:00