mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-02-24 18:10:58 +00:00
5 lines
87 B
Python
5 lines
87 B
Python
try:
|
|
from StringIO import StringIO
|
|
except ImportError:
|
|
from io import StringIO
|