Comment 3 for bug 217961

Revision history for this message
Kevin Shuk (surf) wrote :

I believe that the only calls that needs modification for GAE are the urllib2 methods used in the post method of the SoapEnvelope class of the beatbox module.

This is, of course, from a) knowing that all pyax calls are made from this point and b) not knowing what's involved in wrapping or converting this to GAE's URL fetch service.

Presumably, there may need to be a switch in the Context object to change how the call is made based on whether pyax is operating within GAE or not.