28 Jul
2002
28 Jul
'02
3:04 a.m.
In answer to my query,"Chris McDonough" <chrism@zope.com> wrote:
This works:
context.manage_addProduct['PythonScripts'].manage_addPythonScript('bar ')
and indeed it does. But there's another problem--I'm copying a Python script and that requires special magic -- the source script needs to be deconstructed and the destination constructed. I don't see a neat way to do that with te API. Any hints? -dra