
Sept. 20, 2004
2:02 a.m.
On Sun, 2004-09-19 at 12:30, exarkun@divmod.com wrote:
Nevow imports Twisted. Therefore, Twisted should not import Nevow.
Incorrect. If nevow imports twisted.internet and twisted.web2 imports nevow that is fine since it is a different project. I think having twisted,web2 at least be semi-functional without nevow (i.e. importable and tests running) would be good enough for your concerns?