diff -r 3455f72010fe -r 87ac03aed941 req.py --- a/req.py Thu Aug 13 12:18:55 2009 +0200 +++ b/req.py Thu Aug 13 12:23:06 2009 +0200 @@ -30,6 +30,15 @@ class RequestSessionBase(object): """base class containing stuff shared by server session and web request + + request/session is the main resources accessor, mainly through it's vreg + attribute: + :vreg: + the instance's registry + :vreg.schema: + the instance's schema + :vreg.config: + the instance's configuration """ def __init__(self, vreg): self.vreg = vreg