removed unused import

This commit is contained in:
Vincent Fretin 2013-07-08 19:28:59 +02:00
parent eed5c8a61f
commit 9fb5c01ee5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from zope.schema.vocabulary import SimpleTerm
from Products.ZCTextIndex.ParseTree import ParseError
from plone.formwidget.contenttree.source import PathSourceBinder, ObjPathSource
from Products.CMFPlone.utils import base_hasattr, getToolByName
from Products.CMFPlone.utils import getToolByName
class Term(SimpleTerm):