From dc4cbba11cca060675cdda08926da998bbb53798 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 14 Apr 2014 00:10:48 -0400 Subject: Add copyright, remove unused module --- aprio.py | 4 ++-- 1 file 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 + # 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: -- cgit