On Sun, Dec 20, 2009 at 17:36, Marius Gedminas <[email protected]> wrote: > My app's buildbot went all red last night, because its config wants the > latest zope.testing (for our developers' convenience), and the latest > zope.testing release no longer ships its own copy of doctest.py, I > guess:
No, it's still there. > from zope.testing.doctestunit import DocTestSuite doctestunit? It's in doctest. That line should be: from zope.testing.doctest import DocTestSuite -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64 _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
