Moves keystone.hacking into keystone.tests

At the Liberty mid-cycle we talked about cleaning up some of the cruft
from the keystone package. Since this is used in the testing phase
(tox -e pep8), let's just put it in the keystone.tests package.

Change-Id: I9e054c8adc7708b5a161c093bec9eeb6ffdc501f
This commit is contained in:
David Stanek 2015-07-17 06:17:30 +00:00
parent da44307e30
commit 721d191e79
4 changed files with 2 additions and 2 deletions

@ -15,7 +15,7 @@ import textwrap
import mock
import pep8
from keystone.hacking import checks
from keystone.tests.hacking import checks
from keystone.tests import unit
from keystone.tests.unit.ksfixtures import hacking as hacking_fixtures

@ -100,4 +100,4 @@ commands = bandit -c bandit.yaml -r keystone -n5 -p keystone_conservative
import_exceptions =
keystone.i18n
six.moves
local-check-factory = keystone.hacking.checks.factory
local-check-factory = keystone.tests.hacking.checks.factory