On Thu, 2002-04-11 at 12:37, Chuck Esterbrook wrote:

> I agree, but then it seems we should just put _isServlet=1 in 
> Servlet.py and skip the issubclass() call:
> 
>       if not getattr(theClass, '_isServlet', 0):
>               raise ...

issubclass handles the dual-import problem, while _isServlet does not. 
However, maybe the dual-import problem is pretty much solved?

  Ian



_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to