Activate pep8 check that _ is imported

Remove the specification in tox.ini that _ is a builtin so that
it will no longer assume that _ does not need to be imported.
This helps ensure that the _ from i18n is used.

Activating this check did not flag any violations.

Change-Id: I1ec3f55d415b774ab64018d40b4b138e8eee8ee3
This commit is contained in:
James Carey 2015-07-23 21:55:18 +00:00
parent 87cdb363a2
commit 4596272f17
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
show-source = True
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
[hacking]