aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2014-04-14 00:10:48 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2014-04-14 00:10:48 -0400
commitdc4cbba11cca060675cdda08926da998bbb53798 (patch)
tree2deb71e61332b43e13e2ffe511fae28cf6404f7c
parent562cc4cfcd00e65b06c01bd143e6d3b886eca4b0 (diff)
downloadaprio-dc4cbba11cca060675cdda08926da998bbb53798.tar.gz
Add copyright, remove unused module
-rwxr-xr-xaprio.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/aprio.py b/aprio.py
index 6af601e..8526f2d 100755
--- a/aprio.py
+++ b/aprio.py
@@ -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: