[Zope-dev] UserFolder and xmlrpc

Erik Enge erik@thingamy.net
10 Sep 2001 10:38:19 +0200


[Richard Jones]

| On Monday 10 September 2001 17:42, Bill Anderson wrote:
| 
| > Actualy, IIRC, there is a way to emulate a REQUEST object.
| 
| Oooh! This doesn't negate the goodness of cleaning up the API, but
| if you could recall how to emulate the REQUEST, I'd be VERY
| grateful!

If I'm not mistaken:

from Testing import make_request
import Zope

app = make_request.make_request(Zope.app())