discover.py pep8

This commit is contained in:
Artur Barseghyan 2016-09-19 16:24:04 +02:00
parent c75a7d53ab
commit 3bdf78ed43

View file

@ -10,8 +10,6 @@ from nine.versions import DJANGO_GTE_1_7
from .conf import get_setting
logger = logging.getLogger(__file__)
# In Django a dotted path can be used up to the app config class. In
# such cases the old-school autodiscovery of modules doesn't work but we
# have a great Django `autodiscover_modules` tool then. In cases if Django
@ -40,6 +38,8 @@ else:
__import__('{0}.{1}'.format(app, module_name))
logger = logging.getLogger(__file__)
__title__ = 'fobi.discover'
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = 'Copyright (c) 2014-2015 Artur Barseghyan'