diff options
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 |