[Erp5-report] r33699 romain - /erp5/trunk/products/ERP5/Document/Predicate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 12 17:49:59 CET 2010


Author: romain
Date: Fri Mar 12 17:49:57 2010
New Revision: 33699

URL: http://svn.erp5.org?rev=33699&view=rev
Log:
XMLObject is already a subclass of Folder

Modified:
    erp5/trunk/products/ERP5/Document/Predicate.py

Modified: erp5/trunk/products/ERP5/Document/Predicate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Predicate.py?rev=33699&r1=33698&r2=33699&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Predicate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Predicate.py [utf8] Fri Mar 12 17:49:57 2010
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
@@ -35,7 +36,6 @@
 
 from Products.ERP5Type import Permissions, PropertySheet, interfaces
 from Products.ERP5Type.Accessor.Constant import PropertyGetter as ConstantGetter
-from Products.ERP5Type.Core.Folder import Folder
 from Products.ERP5Type.Document import newTempBase
 from Products.ERP5Type.XMLObject import XMLObject
 from Products.ERP5Type.Utils import convertToUpperCase
@@ -43,7 +43,7 @@
 from Products.ZSQLCatalog.SQLCatalog import SQLQuery
 from Products.ERP5Type.Globals import PersistentMapping
 
-class Predicate(XMLObject, Folder):
+class Predicate(XMLObject):
   """
     A Predicate object defines a list of criterions
     which can be applied to test a document or to search for documents.




More information about the Erp5-report mailing list