This commit is contained in:
Behdad Esfahbod 2013-12-04 04:12:57 -05:00
parent 94968f3151
commit cc13b7889d

View File

@ -23,9 +23,6 @@ except:
def byteord(c): def byteord(c):
return c if isinstance(c, int) else ord(c) return c if isinstance(c, int) else ord(c)
try:
from StringIO import StringIO
except ImportError:
try: try:
from StringIO import StringIO from StringIO import StringIO
except ImportError: except ImportError: