Sort imports

Remove unused ones as well.
This commit is contained in:
Gil Forcada
2015-05-03 08:16:41 +02:00
parent ad5f8f6089
commit 4bc77a2831
32 changed files with 273 additions and 399 deletions
+1 -9
View File
@@ -3,22 +3,14 @@ indexes with values based on the IComment interface.
Also provide event handlers to actually catalog the comments.
"""
from string import join
from DateTime import DateTime
from Products.CMFCore.interfaces import IContentish
from Products.CMFPlone.utils import safe_unicode
from Products.ZCatalog.interfaces import IZCatalog
from plone.app.discussion.interfaces import IConversation, IComment
from plone.indexer import indexer
from plone.uuid.interfaces import IUUID
from string import join
MAX_DESCRIPTION = 25