diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2014-04-14 00:10:48 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2014-04-14 00:10:48 -0400 |
commit | dc4cbba11cca060675cdda08926da998bbb53798 (patch) | |
tree | 2deb71e61332b43e13e2ffe511fae28cf6404f7c | |
parent | 562cc4cfcd00e65b06c01bd143e6d3b886eca4b0 (diff) | |
download | aprio-dc4cbba11cca060675cdda08926da998bbb53798.tar.gz |
Add copyright, remove unused module
-rwxr-xr-x | aprio.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,6 @@ #!/usr/bin/env python -# +# Copyright (C) 2014 Joseph Hunkeler <jhunkeler@gmail.com> + # aprio is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or @@ -20,7 +21,6 @@ import logging, logging.config import math import time from datetime import timedelta -from pprint import pprint try: |