fix whitespace

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

View File

@ -6,15 +6,15 @@ from plone.app.discussion.interfaces import _
HAS_CAPTCHA = False HAS_CAPTCHA = False
try: try:
import plone.formwidget.captcha import plone.formwidget.captcha
HAS_CAPTCHA = True HAS_CAPTCHA = True
except ImportError: except ImportError:
pass pass
HAS_RECAPTCHA = False HAS_RECAPTCHA = False
try: try:
import plone.formwidget.recaptcha import plone.formwidget.recaptcha
HAS_RECAPTCHA = True HAS_RECAPTCHA = True
except ImportError: except ImportError:
pass pass