More future imports for safety

This commit is contained in:
Christopher Grebs 2014-01-05 19:15:09 -08:00 committed by Ben Firshman
commit f600fa8bf3
3 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,4 @@
from __future__ import print_function
# Adapted from https://github.com/benthor/remotty/blob/master/socketclient.py
from select import select