[Twisted-Python] Patch for twisted.web.soap

Thomas Weholt 2002 at weholt.org
Mon Jul 7 17:00:21 EDT 2003


To get twisted.web.soap working with SOAPpy 0.10.1 you have to change the
line

import SOAP

to

from SOAPpy import SOAP

in twisted.web.soap.

Perhaps get that into the CVS-version? I think my fix is also just a quick
hack, but the CVS-version should be updated to support the new import
syntax.

Best regards,
Thomas Weholt





More information about the Twisted-Python mailing list