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/manifest.py | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 scripts/manifest.py (limited to 'scripts/manifest.py') diff --git a/scripts/manifest.py b/scripts/manifest.py deleted file mode 100755 index 6b100f0..0000000 --- a/scripts/manifest.py +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/env python3 -# -# Copyright (c) 2017 Weitian LI -# MIT license -# -# Weitian LI -# 2017-02-11 - -""" -Manage the observation manifest in YAML format. - -NOTE ----- -Use `ruamel.yaml`_ instead of `PyYAML`_ to preserve the comments -and other structures in the YAML file. - -.. _`ruamel.yaml`: https://bitbucket.org/ruamel/yaml -.. _`PyYAML`: http://pyyaml.org/ -""" - -from _context import acispy -from acispy import manifest - - -if __name__ == "__main__": - manifest.main() -- cgit v1.2.2