Merge pull request #19359 from rallytime/pylint_fix

Pylint fix for develop
This commit is contained in:
Pedro Algarvio 2015-01-05 22:20:13 +00:00
commit 927290ff44

View File

@ -54,10 +54,8 @@ try:
import django.contrib.auth
HAS_DJANGO = True
except Exception as exc:
'''
If Django is installed and is not detected, uncommend
the following line to display additional information
'''
# If Django is installed and is not detected, uncomment
# the following line to display additional information
#log.warning('Could not load Django auth module. Found exception: {0}'.format(exc))
HAS_DJANGO = False