2017-11-07 14:41:38 +01:00

5 lines
87 B
Python

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