mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-10 22:03:09 +00:00
discover.py pep8
This commit is contained in:
parent
c75a7d53ab
commit
3bdf78ed43
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue