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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user