PyDev's "Organize Import" will wrap the line at 80 char width like below: from xyz import A, B, C, \ D, E, F
Is there a way to disable that wrap? or to extend the width? I tried increasing the line width in eclipse settings, but it didn't seem to work. I think that's only specific in Java editors and not PyDev.