From 882c70f6acfe84402bafbd8baa214c0ef8caffcc Mon Sep 17 00:00:00 2001 From: Nejc Saje Date: Wed, 20 Aug 2014 04:49:13 -0400 Subject: [PATCH] Update tox.ini pep8 config to ignore i18n functions Oslo i18n introduced separate translation functions for logging. This patch modifies tox.ini to ignore those additional functions as well, not just _(). Change-Id: I9d201a8cdc5113d1c60aed17bf593dda212e5d2a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5f1cf1361..24aa116fb 100644 --- a/tox.ini +++ b/tox.ini @@ -54,4 +54,4 @@ show-source = True [hacking] import_exceptions = - ceilometer.openstack.common.gettextutils._ + ceilometer.openstack.common.gettextutils