15 Jun
2005
15 Jun
'05
12:37 p.m.
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