From b95f1154291f6af9e95193b442abc61e9d457fcc Mon Sep 17 00:00:00 2001 From: "Clayton G. Hobbs" Date: Fri, 12 Feb 2016 19:36:14 -0500 Subject: Remove __future__ print_function It turns out I'm using Python-3-specific features elsewhere in the code, so there's no reason to continue partially trying to support Python 2. --- kaylee.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kaylee.py b/kaylee.py index 3f25a5b..298a2c6 100755 --- a/kaylee.py +++ b/kaylee.py @@ -5,7 +5,6 @@ # Copyright 2015-2016 Clayton G. Hobbs # Portions Copyright 2013 Jezra -from __future__ import print_function import sys import signal import os.path -- cgit 1.4.1