[Erp5-report] r29098 - in /erp5/trunk/products/ERP5Type: CMFCorePatch.py __init__.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 17 16:57:08 CEST 2009


Author: rafael
Date: Thu Sep 17 16:57:07 2009
New Revision: 29098

URL: http://svn.erp5.org?rev=29098&view=rev
Log:
This file is been kept for backward compatibility for almost 4 years. I couldn't find any import for this file or any usage related to it.

If someone find any problem, please advise me to revert this change.


Removed:
    erp5/trunk/products/ERP5Type/CMFCorePatch.py
Modified:
    erp5/trunk/products/ERP5Type/__init__.py

Removed: erp5/trunk/products/ERP5Type/CMFCorePatch.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/CMFCorePatch.py?rev=29097&view=auto
==============================================================================
--- erp5/trunk/products/ERP5Type/CMFCorePatch.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/CMFCorePatch.py (removed)
@@ -1,33 +1,0 @@
-##############################################################################
-#
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# Copyright (c) 2003 Nexedi SARL and Contributors. All Rights Reserved.
-#          Sebastien Robin <seb at nexedi.com>
-#
-# WARNING: This program as such is intended to be used by professional
-# programmers who take the whole responsability of assessing all potential
-# consequences resulting from its eventual inadequacies and bugs
-# End users who are looking for a ready-to-use solution with commercial
-# garantees and support are strongly adviced to contract a Free Software
-# Service Company
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
-#
-##############################################################################
-
-# This file is only for backward compatibility. Please use ZopePatch instead.
-
-#from Products.ERP5Type.patches.ActionInformation import PatchedActionInformation
-#from Products.ERP5Type.patches.CookieCrumbler import PatchedCookieCrumbler
-
-# XXX some business templates contains some
-# 'Product.ERP5Type.CMFCorePatch.PatchedActionInformation' objects
-# so we keep this name for compatibility
-from Products.CMFCore.ActionInformation import ActionInformation\
-                                 as PatchedActionInformation
-

Modified: erp5/trunk/products/ERP5Type/__init__.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/__init__.py?rev=29098&r1=29097&r2=29098&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/__init__.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/__init__.py [utf8] Thu Sep 17 16:57:07 2009
@@ -45,7 +45,7 @@
                                   permissions_module=Permissions,
                                   is_erp5_type=1 )
 
-import Interface, PropertySheet, ZopePatch, CMFCorePatch
+import Interface, PropertySheet, ZopePatch
 import interfaces
 
 import Products.Localizer # So that we make sure Globals.get_request is available




More information about the Erp5-report mailing list