maintenance scripts improved

This commit is contained in:
Trilarion
2020-09-08 22:37:05 +02:00
parent 82af77b017
commit c985780dc2
6 changed files with 590 additions and 533 deletions

View File

@ -16,6 +16,7 @@ developer_file = os.path.join(root_path, 'developers.md')
backlog_file = os.path.join(code_path, 'backlog.txt')
rejected_file = os.path.join(code_path, 'rejected.txt')
statistics_file = os.path.join(root_path, 'statistics.md')
# local config
local_config_file = os.path.join(root_path, 'local-config.ini')