Comment 1 for bug 506431

Revision history for this message
GEM (nimp3) wrote :

solution to fix the problem :
http://openobject.com/forum/post49385.html#49385

comment line f = StringIO.StringIO(file(fname).read())
add line f = fname

Is it totally usuable in all case ?