Roundup Tracker - Issues

Message4334

Author ced
Recipients ber, ced
Date 2011-07-14.14:23:37
Message-id <20110714142335.GJ19823@tetsuo.ced.homedns.org>
In-reply-to <1310652268.4.0.0604582207496.issue2550713@psf.upfronthosting.co.za>
On 14/07/11 14:04 +0000, Bernhard Reiter wrote:
> 
> Bernhard Reiter <bernhard@intevation.de> added the comment:
> 
> Can you add your change? Maybe it leads the way how to fix this.

It is really not the correct way, because I just force to use StringIO from
StringIO module instead of io.

Here is:

try:
    from io import StringIO
except:
    from StringIO import StringIO
from StringIO import StringIO
History
Date User Action Args
2011-07-14 14:23:37cedsetrecipients: + ced, ber
2011-07-14 14:23:37cedlinkissue2550713 messages
2011-07-14 14:23:37cedcreate