[Erp5-report] r26874 - in /erp5/trunk/products/ERP5Form: FormulatorPatch.py __init__.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu May 7 11:01:05 CEST 2009
Author: nicolas
Date: Thu May 7 11:01:03 2009
New Revision: 26874
URL: http://svn.erp5.org?rev=26874&view=rev
Log:
delete FormulatorPatch permanently
Removed:
erp5/trunk/products/ERP5Form/FormulatorPatch.py
Modified:
erp5/trunk/products/ERP5Form/__init__.py
Removed: erp5/trunk/products/ERP5Form/FormulatorPatch.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/FormulatorPatch.py?rev=26873&view=auto
==============================================================================
--- erp5/trunk/products/ERP5Form/FormulatorPatch.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/FormulatorPatch.py (removed)
@@ -1,25 +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>
-# Jean-Paul Smets-Solanes <jp 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
-#
-##############################################################################
-
-
-
Modified: erp5/trunk/products/ERP5Form/__init__.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/__init__.py?rev=26874&r1=26873&r2=26874&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/__init__.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/__init__.py [utf8] Thu May 7 11:01:03 2009
@@ -56,9 +56,6 @@
portal_tools = ( SelectionTool.SelectionTool, PreferenceTool.PreferenceTool )
content_classes = ( )
content_constructors = ()
-
-# Import patch
-import FormulatorPatch
# Optimization
from Products.ERP5Type.PsycoWrapper import psyco
More information about the Erp5-report
mailing list