diff options
Diffstat (limited to 'scripts/results.py')
-rwxr-xr-x | scripts/results.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/scripts/results.py b/scripts/results.py deleted file mode 100755 index d325dc3..0000000 --- a/scripts/results.py +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env python3 -# -# Copyright (c) 2017 Weitian LI <liweitianux@live.com> -# MIT license -# -# Weitian LI -# 2017-02-11 - -""" -Manage the analysis results in YAML format. -""" - -from _context import acispy -from acispy import results - - -if __name__ == "__main__": - results.main() |