[Twisted-web] qual, namedAny

Andrew Bennetts andrew-twisted at puzzling.org
Thu May 6 00:26:12 MDT 2004


On Thu, May 06, 2004 at 02:11:34AM -0400, Duncan McGreggor wrote:
> I just did an svn update of the latest Nevow tonight, and I've got some 
> brokeness. It seems that site-packages/nevow/compy.py is trying to 
> import the following:
> 
>  from nevow.util import qual, namedAny
> 
> however, I can't find these methods in util.py; am I doing something 
> stupid?

At a guess, that line should read:

    from twisted.python.util import qual, namedAny

-Andrew.




More information about the Twisted-web mailing list