Code

more modernisation
[roundup.git] / roundup / anypy / io_.py
2 try:
3     from io import StringIO
4 except:
5     from StringIO import StringIO