From 285adb6c1bff62456cb919f3a3132d30fdfbe71d Mon Sep 17 00:00:00 2001 From: jiansong Date: Thu, 9 Feb 2017 20:01:36 -0800 Subject: For Python 3 Common patterns-six string Replace basestring with six.string_types and add a hacking rule to check it. This modification refers to neutron and merge translation_checks into checks .Follow-up will modify the other on the python3 common Change-Id: I66d58ecaf664705660bbeb85058ad3cd092ef82f reference:https://github.com/openstack/neutron/tree/master/neutron/hacking --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index c4b6d15c..f5bba9c3 100644 --- a/tox.ini +++ b/tox.ini @@ -81,7 +81,7 @@ filename=*.py,trove-* [hacking] import_exceptions = trove.common.i18n -local-check-factory = trove.hacking.translation_checks.factory +local-check-factory = trove.hacking.checks.factory [testenv:api-ref] # This environment is called from CI scripts to test and publish -- cgit v1.2.1