remove obsolete references to intids

This commit is contained in:
Frédéric Péters 2013-04-13 17:06:37 +02:00
parent 18a41410fe
commit bc9f823c82
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
<dependencies>
<dependency>profile-plone.app.z3cform:default</dependency>
<dependency>profile-plone.app.dexterity:default</dependency>
<dependency>profile-plone.app.intid:default</dependency>
<dependency>profile-collective.dms.thesaurus:default</dependency>
</dependencies>
</metadata>

View File

@ -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