[Zope] Re: adding a python library

Chris Withers chris at simplistix.co.uk
Wed Nov 15 03:04:46 EST 2006


David Bear wrote:
> I am now looking at the modules feedparser imports. 

You don't need to cover these, just the types you need to import from 
the library itself and any classes or special types that get returned 
from methods in the things you import from the library.

That said, if I were you, I'd just wrap up all the bits you need in an 
external method.

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk



More information about the Zope mailing list