From 42f5cfd18ac34bc8e573418482537baa74a0978f Mon Sep 17 00:00:00 2001 From: Anton Arefiev Date: Thu, 24 Nov 2016 18:00:31 +0200 Subject: [PATCH] Allow import more than one func from i18n According to OpenStack guidelines[1], importing more than one module per line is allowed if it's function from i18n module. [1] http://docs.openstack.org/developer/hacking/#imports Change-Id: I10e90e8f6a4a3f9c161bbaffb030d3fbc9f8499b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 43b0729dd..622fc7de5 100644 --- a/tox.ini +++ b/tox.ini @@ -56,4 +56,4 @@ exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools enable-extensions=H106,H203,H904 [hacking] -import_exceptions = testtools.matchers +import_exceptions = testtools.matchers, ironicclient.common.i18n