Added unicode_literals; thanks Nick

This commit is contained in:
Doug Blank 2013-12-20 11:14:32 -05:00
parent 59ac850d9a
commit a859b5f562

View File

@ -29,7 +29,7 @@ The User class provides basic interaction with the user.
# Python Modules
#
#------------------------------------------------------------------------
from __future__ import print_function
from __future__ import print_function, unicode_literals
import sys
#------------------------------------------------------------------------