[Zope-Checkins] CVS: Releases/Zope/lib/python/Products/PythonScripts - __init__.py:1.8.2.2
Evan Simpson
evan@zope.com
Fri, 21 Dec 2001 12:06:44 -0500
Update of /cvs-repository/Releases/Zope/lib/python/Products/PythonScripts
In directory cvs.zope.org:/tmp/cvs-serv8332
Modified Files:
Tag: Zope-2_5-branch
__init__.py
Log Message:
Change recompile hack.
=== Releases/Zope/lib/python/Products/PythonScripts/__init__.py 1.8.2.1 => 1.8.2.2 ===
context.registerHelp()
context.registerHelpTitle('Script (Python)')
+ global _m
+ _m['recompile']= recompile
# utility stuff
@@ -57,5 +59,3 @@
if names:
return 'The following Scripts were recompiled:\n' + '\n'.join(names)
return 'No Scripts were found that required recompilation.'
-
-_m = {'recompile': recompile}