Ignore certain lines for code coverage.

svn path=/plone.app.discussion/trunk/; revision=40083
This commit is contained in:
Timo Stollenwerk
2010-09-20 10:03:55 +00:00
parent cbde125048
commit 6b4fd0f0c1
4 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ from plone.z3cform.fieldsets import extensible
try:
from plone.z3cform.interfaces import IWrappedForm
HAS_WRAPPED_FORM = True
except ImportError:
except ImportError: # pragma: no cover
HAS_WRAPPED_FORM = False
class CommentForm(extensible.ExtensibleForm, form.Form):