Unused imports removed.

svn path=/plone.app.discussion/trunk/; revision=39568
This commit is contained in:
Timo Stollenwerk 2010-08-31 17:29:26 +00:00
parent 8d915b6327
commit 9c5f1dd1d8
1 changed files with 1 additions and 4 deletions

View File

@ -1,10 +1,7 @@
from zope import interface
import zope.schema.interfaces
# -*- coding: utf-8 -*-
from zope.schema.vocabulary import SimpleVocabulary, SimpleTerm
from Products.CMFCore.utils import getToolByName
from plone.app.discussion.interfaces import _
HAS_CAPTCHA = False