15 Jun
2005
15 Jun
'05
1:31 p.m.
On Wed, Jun 15, 2005 at 02:48:32PM +0200, Pascal Peregrina wrote:
here.common.parse_file() should work.
Indeed it does. Many thanks!
Pascal
-----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org]On Behalf Of John Poltorak Sent: 15 June 2005 13:37 To: zope@zope.org Subject: [Zope] Repository for common python scripts
Can anyone recommend a way of setting up a library of common python scripts?
I'd like to put such scripts in a shared area. If I created a folder called common and move parse_file there, how should I recode this line?
python:here.parse_file(file=context.links,sepr=',',clone=1)
-- John