[Zope-Checkins] SVN: Zope/hotfixes/Hotfix_20080812/ addedc

Andreas Jung andreas at andreas-jung.com
Tue Aug 12 11:02:25 EDT 2008


Log message for revision 89732:
  addedc
  

Changed:
  U   Zope/hotfixes/Hotfix_20080812/__init__.py
  A   Zope/hotfixes/Hotfix_20080812/version.txt

-=-
Modified: Zope/hotfixes/Hotfix_20080812/__init__.py
===================================================================
--- Zope/hotfixes/Hotfix_20080812/__init__.py	2008-08-12 15:00:15 UTC (rev 89731)
+++ Zope/hotfixes/Hotfix_20080812/__init__.py	2008-08-12 15:02:25 UTC (rev 89732)
@@ -96,7 +96,7 @@
 encodings.search_function.func_code = search_function.func_code
 
 
-from Products.PythonScript.PythonScript import PythonScript
+from Products.PythonScripts.PythonScript import PythonScript
 
 
 def _exec(self, bound_names, args, kw):
@@ -153,4 +153,3 @@
 
 PythonScript._exec = _exec
 
-

Added: Zope/hotfixes/Hotfix_20080812/version.txt
===================================================================
--- Zope/hotfixes/Hotfix_20080812/version.txt	                        (rev 0)
+++ Zope/hotfixes/Hotfix_20080812/version.txt	2008-08-12 15:02:25 UTC (rev 89732)
@@ -0,0 +1 @@
+0.1



More information about the Zope-Checkins mailing list