diff options
author | Clayton G. Hobbs <clay@lakeserv.net> | 2016-02-12 19:36:14 -0500 |
---|---|---|
committer | Clayton G. Hobbs <clay@lakeserv.net> | 2016-02-12 19:36:14 -0500 |
commit | b95f1154291f6af9e95193b442abc61e9d457fcc (patch) | |
tree | 876621816ea513e36245d7fb62fa089616ed715a | |
parent | bc07966df1831a73df715bec4ef7014631c9dadb (diff) |
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.
-rwxr-xr-x | kaylee.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |