14 Nov
2006
14 Nov
'06
7:22 p.m.
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