try: from StringIO import StringIO except ImportError: from io import StringIO