aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: