Merge "Apply pep8 check to app.wsgi"

This commit is contained in:
Zuul 2017-12-01 00:14:53 +00:00 committed by Gerrit Code Review
commit ba12845bc0
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