Commit 55087911 authored by Romain Courteaud's avatar Romain Courteaud

XMLObject is already a subclass of Folder

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33699 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a6979c43
# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
......@@ -35,7 +36,6 @@ from Products.CMFCore.utils import getToolByName
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.ERP5Type.Cache import getReadOnlyTransactionCache, enableReadOnlyT
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.
......
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