From edab67684381c53ddd74748f541dde56f825dbe0 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 25 May 2017 14:27:24 +0800 Subject: Add bin/update_manifest.py with support of "repro" products TODO: support updating other products to manifest.yaml --- acispy/manifest.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'acispy') 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 +# Copyright (c) 2017 Weitian LI # 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 -- cgit v1.2.2