Commit Graph

7 Commits

Author SHA1 Message Date
Anton Shestakov
7ee81c90fe scripts: use str.format() instead of concatenating in some places 2018-07-28 14:01:55 +08:00
Anton Shestakov
95a04308d8 scripts: use os.path to form paths 2018-07-28 13:45:56 +08:00
Anton Shestakov
0091d19201 scripts: split long lines 2018-07-26 08:41:54 +08:00
Anton Shestakov
0080a95461 scripts: add empty lines around class/function definitions 2018-07-26 08:27:56 +08:00
Anton Shestakov
97b93420d8 scripts: remove unused imports from python scripts 2018-07-26 08:15:54 +08:00
Alberth
4802e64322 Fix (mostly trailing) white spaces, and attempt to repair the script. 2015-01-19 21:55:48 +01:00
J-Shep
175720ec4b +Build Test: check_lua_classes.py
This regex Lua script test checks that:
1) A class can be outlined by Eclipse's LDT plugin.
2) Mistakes haven't been made in the first statements of a class's
declaration which would prevent its methods from being declared.
2014-12-28 12:15:45 +00:00