Code

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