diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-05-25 14:27:24 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-05-25 14:27:24 +0800 |
commit | edab67684381c53ddd74748f541dde56f825dbe0 (patch) | |
tree | c5be6a3ded4d10ea075b8c8ab13456840660f503 /acispy | |
parent | 18e6b1f1b9a28688c90f101d0c79b61fcf996aa5 (diff) | |
download | chandra-acis-analysis-edab67684381c53ddd74748f541dde56f825dbe0.tar.bz2 |
Add bin/update_manifest.py with support of "repro" products
TODO: support updating other products to manifest.yaml
Diffstat (limited to 'acispy')
-rw-r--r-- | acispy/manifest.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/acispy/manifest.py b/acispy/manifest.py index dc83c76..cce9dd1 100644 --- a/acispy/manifest.py +++ b/acispy/manifest.py @@ -1,8 +1,5 @@ -# Copyright (c) 2017 Weitian LI <liweitianux@live.com> +# Copyright (c) 2017 Weitian LI <weitian@aaronly.me> # MIT license -# -# Weitian LI -# 2017-02-11 """ Manage the observation manifest in YAML format. @@ -17,7 +14,6 @@ and other structures in the YAML file. """ import os -import sys import argparse import logging from collections import OrderedDict |