From 9bcbf5e50e89441d26a5b19c8742196d1f2a81a2 Mon Sep 17 00:00:00 2001 From: Duncan Thomas Date: Mon, 20 Oct 2014 14:37:11 +0100 Subject: [PATCH] Remove outdated _ as a builting from pylintrc Closes-bug: #1383302 Change-Id: I35e73fcabf39a01b667d570478227c960e1c450c --- pylintrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pylintrc b/pylintrc index 277ad40f545..a7021ded586 100644 --- a/pylintrc +++ b/pylintrc @@ -29,10 +29,3 @@ no-docstring-rgx=((__.*__)|([tT]est.*)|setUp|tearDown)$ max-public-methods=100 min-public-methods=0 max-args=6 - -[Variables] - -# List of additional names supposed to be defined in builtins. Remember that -# you should avoid to define new builtins when possible. -# _ is used by our localization -additional-builtins=_