Remove ImportError exceptions for Plone < 4.1 code and plone.z3cform < 0.6.0.

svn path=/plone.app.discussion/trunk/; revision=49033
This commit is contained in:
Timo Stollenwerk
2011-04-22 14:59:59 +00:00
parent 31ecf38129
commit b84211ddf0
4 changed files with 23 additions and 47 deletions
+2 -4
View File
@@ -16,10 +16,8 @@ from plone.app.discussion.interfaces import IConversation, IComment
from plone.indexer import indexer
try:
from plone.uuid.interfaces import IUUID
except ImportError:
IUUID = None
from plone.uuid.interfaces import IUUID
MAX_DESCRIPTION = 25