[Zope-Checkins] SVN: Zope/hotfixes/Hotfix_20080812/__init__.py fixes
Andreas Jung
andreas at andreas-jung.com
Tue Aug 12 11:05:39 EDT 2008
Log message for revision 89733:
fixes
Changed:
U Zope/hotfixes/Hotfix_20080812/__init__.py
-=-
Modified: Zope/hotfixes/Hotfix_20080812/__init__.py
===================================================================
--- Zope/hotfixes/Hotfix_20080812/__init__.py 2008-08-12 15:02:25 UTC (rev 89732)
+++ Zope/hotfixes/Hotfix_20080812/__init__.py 2008-08-12 15:05:38 UTC (rev 89733)
@@ -96,9 +96,12 @@
encodings.search_function.func_code = search_function.func_code
-from Products.PythonScripts.PythonScript import PythonScript
+import new
+from Products.PythonScripts.PythonScript import PythonScript, \
+ PythonScriptTracebackSupplement
+
def _exec(self, bound_names, args, kw):
"""Call a Python Script
More information about the Zope-Checkins
mailing list