From bc9f823c828b07ed4f53551dd4cc62ba8d25a821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 13 Apr 2013 17:06:37 +0200 Subject: [PATCH] remove obsolete references to intids --- src/collective/dms/thesaurus/profiles/default/metadata.xml | 1 - src/collective/dms/thesaurus/utils.py | 1 - 2 files changed, 2 deletions(-) diff --git a/src/collective/dms/thesaurus/profiles/default/metadata.xml b/src/collective/dms/thesaurus/profiles/default/metadata.xml index 7ce25c6..e6d601f 100644 --- a/src/collective/dms/thesaurus/profiles/default/metadata.xml +++ b/src/collective/dms/thesaurus/profiles/default/metadata.xml @@ -4,7 +4,6 @@ profile-plone.app.z3cform:default profile-plone.app.dexterity:default - profile-plone.app.intid:default profile-collective.dms.thesaurus:default diff --git a/src/collective/dms/thesaurus/utils.py b/src/collective/dms/thesaurus/utils.py index 2097e43..d1af596 100644 --- a/src/collective/dms/thesaurus/utils.py +++ b/src/collective/dms/thesaurus/utils.py @@ -1,7 +1,6 @@ import json from zope import component -from zope.app.intid.interfaces import IIntIds from z3c.relationfield import RelationValue from Products.Five.browser import BrowserView