summary refs log tree commit diff
path: root/kaylee.py
diff options
context:
space:
mode:
authorClayton G. Hobbs <clay@lakeserv.net>2016-02-12 19:36:14 -0500
committerClayton G. Hobbs <clay@lakeserv.net>2016-02-12 19:36:14 -0500
commitb95f1154291f6af9e95193b442abc61e9d457fcc (patch)
tree876621816ea513e36245d7fb62fa089616ed715a /kaylee.py
parentbc07966df1831a73df715bec4ef7014631c9dadb (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.
Diffstat (limited to 'kaylee.py')
-rwxr-xr-xkaylee.py1
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