From f50d166f80adcfaaa30a62c1e0b25bfc9d76a2a4 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 21 Feb 2017 20:17:39 +0800 Subject: Move various Python tools from 'scripts/' to 'bin/' --- scripts/results.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 scripts/results.py (limited to 'scripts/results.py') 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 -# 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() -- cgit v1.2.2