From 4d03328881dc6f2f7279f9c3e0a697bb9c4786aa Mon Sep 17 00:00:00 2001 From: Oleksii Chuprykov Date: Mon, 3 Nov 2014 14:50:10 +0200 Subject: [PATCH] Remove _ from builtins This helps ensure that the _ from i18n is used. Change-Id: Ibffca00435203d4ef3538fa3d9cd020f77c31c36 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6098716d..38ec5b59 100644 --- a/tox.ini +++ b/tox.ini @@ -34,6 +34,5 @@ downloadcache = ~/cache/pip show-source = True # H302: Do not import objects, only modules ignore = H302 -builtins = _ exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build max-complexity=20