[Zope] forcing all pythonscripts to recompile.

Anthony Baxter Anthony Baxter <anthony@interlink.com.au>
Tue, 31 Jul 2001 18:00:23 +1000


>>> "Norman Khine" wrote
> you need to open the actual script and save it. i don't think there is a
> simpler way, although, you may write a python script, which will open the
> files and then save it, but you are on your own here;^)

Given that this is dozens of scripts, and that you can't even use 'Find' to
find them all (since 'Find' won't traverse into ZClasses) this is a pretty
unpleasant task. It also means that the Last Changed date on all scripts 
will be reset to today - not good if you use the last changed at all when
using the mgmt interface.

Anthony