]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Activate pep8 check that _ is imported
authorJames Carey <jecarey@us.ibm.com>
Thu, 30 Oct 2014 15:28:48 +0000 (15:28 +0000)
committerJames Carey <jecarey@us.ibm.com>
Thu, 30 Oct 2014 21:28:41 +0000 (21:28 +0000)
commit6ac8bb2a75f7b535f9179b7ef3521093fbef6be2
treedbdfa772f01f318e3b905338fb3b36ff7dfe74cb
parent31d73fa9bc1a0cf5165420941f288de1879181f4
Activate pep8 check that _ is imported

Removed the specification in tox.ini that _ is a builtin so that
it will no longer assume that _ does not need to be imported.

The correct import is:

    from cinder.i18n import _

Activating this check did not flag any violations in cinder.

Change-Id: Ifc789514d2462c059eb9f003fac288e751331ded
tox.ini