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: Idc4d6259d4eb2db66e7122535bc42f8647049a06
This commit is contained in:
James Carey 2014-10-31 20:39:05 +00:00
parent 490f6442be
commit 766ff5ef9f

@ -55,7 +55,6 @@ commands =
show-source = True
ignore = E123,E125,H305,H307,H803,H904
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
[hacking]