Commit 2557a300 authored by Nicolas Delaby's avatar Nicolas Delaby

get UrlMixin from new location

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40961 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0c93030d
# -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# Copyright (c) 2002-2007 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2002-2007 Nexedi SARL and Contributors. All Rights Reserved.
...@@ -28,10 +29,10 @@ ...@@ -28,10 +29,10 @@
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5Type.XMLObject import XMLObject from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5.Document.Url import UrlMixIn from Products.ERP5.mixin.url import UrlMixin
from Products.ERP5.mixin.crawlable import CrawlableMixin from Products.ERP5.mixin.crawlable import CrawlableMixin
class ExternalSource(XMLObject, UrlMixIn, CrawlableMixin): class ExternalSource(XMLObject, UrlMixin, CrawlableMixin):
""" """
An External Source consists of single URL which defines the An External Source consists of single URL which defines the
root of a collection of documents, each of which can be accessed root of a collection of documents, each of which can be accessed
......
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