
27 Aug
2005
27 Aug
'05
4:07 p.m.
On Sat, Aug 27, 2005 at 01:09:21PM +0400, en.karpachov@ospaz.ru wrote: [...]
There is another problem with it. The twisted.web.server.Session cannot declare itself implementing nevow.inevow.ISession as it doesn't know anything about nevow; but nevow registers it as default adapter from WovenContext to inevow.ISession. So we have a situation:
zope.interface allows for this case -- nevow.inevow just needs to say:
zope.interface.classImplements(twisted.web.server.Session, ISession)
-Andrew.