[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ - integrated Hotfix-2008-08-12

Andreas Jung andreas at andreas-jung.com
Wed Aug 13 14:08:07 EDT 2008


Log message for revision 89808:
  - integrated Hotfix-2008-08-12
  

Changed:
  U   Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
  U   Zope/branches/Zope-2_8-branch/lib/python/Products/PythonScripts/__init__.py

-=-
Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
===================================================================
--- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt	2008-08-13 18:06:20 UTC (rev 89807)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt	2008-08-13 18:08:07 UTC (rev 89808)
@@ -11,6 +11,8 @@
       - Collector #2318: Allow override of zopectl's control socket in
         zope.conf
 
+      - integrated Hotfix-2008-08-12
+
   Zope 2.8.9 (2006/03/25)
 
     Bugs fixed

Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/PythonScripts/__init__.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/Products/PythonScripts/__init__.py	2008-08-13 18:06:20 UTC (rev 89807)
+++ Zope/branches/Zope-2_8-branch/lib/python/Products/PythonScripts/__init__.py	2008-08-13 18:08:07 UTC (rev 89808)
@@ -61,3 +61,5 @@
     if names:
         return 'The following Scripts were recompiled:\n' + '\n'.join(names)
     return 'No Scripts were found that required recompilation.'
+
+import patches



More information about the Zope-Checkins mailing list