Apply pep8 check to app.wsgi

Because app.wsgi should meet pep8 standards,
this patch apply pep8 check to app.wsgi.

Change-Id: If664eedc27afb5a23a44eebf52f9f1aeb34d6548
This commit is contained in:
Vu Cong Tuan 2017-11-28 15:19:05 +07:00
parent b3a6417fd8
commit a6d053cbd7
2 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,7 @@ ignore = F821,H301,H404,H405,H501,E402,W503,E731
enable-extensions = H203,H106
builtins = _
exclude=.venv,.tox,.git,dist,doc,*egg,tools,etc,build,*.po,*.pot,integration,releasenotes
filename=*.py,trove-*
filename=*.py,trove-*,app.wsgi
[hacking]
import_exceptions = trove.common.i18n

View File

@ -23,6 +23,7 @@ from trove.common import profile
LOG = logging.getLogger('trove.cmd.app')
@with_initialize
def wsgimain(CONF):
from trove.common import cfg