Commit 3a48d91e authored by Denis Bilenko's avatar Denis Bilenko

test__execmodules.py: insert empty line

parent 0ed03b06
...@@ -23,5 +23,6 @@ def make_exec_test(path, module): ...@@ -23,5 +23,6 @@ def make_exec_test(path, module):
for path, module in walk_modules(): for path, module in walk_modules():
make_exec_test(path, module) make_exec_test(path, module)
if __name__ == '__main__': if __name__ == '__main__':
main() main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment