try: from io import StringIO, BytesIO except: from StringIO import StringIO BytesIO = StringIO