[Zope] Re: adding a python library

Josef Meile jmeile at hotmail.com
Tue Nov 14 14:22:40 EST 2006


Hi,

> I am now looking at the modules feedparser imports. These include
> 
> sgmllib
> re
> sys
> copy
> urlparse
> time
> rfc822
> types
> cgi
> urllib
> urllib2
> cStringIO
> xml.sax
> 
> It seems that sys would be a bad one to allow zope to import.
Well, you don't have to allow all of them. You only need to allow the 
feeparser module and use it from your python scripts or classes, zpt, 
and from dtml (if you still use it)

Regards
Josef


More information about the Zope mailing list