Add short thank you note for ACE3 team to tools, remove whitespace

This commit is contained in:
Filip Maciejewski 2018-12-03 23:46:41 +01:00
parent c04c3699c1
commit c09a0bfd5d
3 changed files with 8 additions and 2 deletions

View File

@ -11,5 +11,3 @@ jobs:
- run:
name: Validate Config style
command: python tools/config_style_checker.py

View File

@ -1,5 +1,9 @@
#!/usr/bin/env python3
# This script is based on source code from acemod project template
# Many thanks to ACE3 team for provinding suach a useful piece of software
# https://github.com/acemod/arma-project-template
import fnmatch
import os
import re

View File

@ -1,5 +1,9 @@
#!/usr/bin/env python3
# This script is based on source code from acemod project template
# Many thanks to ACE3 team for provinding suach a useful piece of software
# https://github.com/acemod/arma-project-template
import fnmatch
import os
import re