Comment 0 for bug 1280964

Revision history for this message
Yongli He (yongli-he) wrote :

Import cStringIO

cStringIO.StringIO()

should be :
Import six
from six.moves import cStringIO

For Python3 compatible.