remove unnecessary imports.

svn path=/plone.app.discussion/trunk/; revision=37765
This commit is contained in:
Timo Stollenwerk 2010-07-13 10:40:24 +00:00
parent f3b1dab916
commit a5683b0674
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"""
from datetime import datetime
from zope.annotation.interfaces import IAnnotations, IAnnotatable
from zope.annotation.interfaces import IAnnotatable
from zope.component.factory import Factory
from zope.component import queryUtility