Commit 1a9e33a4 authored by Rafael Monnerat's avatar Rafael Monnerat

This file is been kept for backward compatibility for almost 4 years. I...

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.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29098 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1df1da72
##############################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
# Copyright (c) 2003 Nexedi SARL and Contributors. All Rights Reserved.
# Sebastien Robin <seb@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
......@@ -45,7 +45,7 @@ document_classes = updateGlobals( this_module,
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment