From 22fb193b36a27f29f5b47541e4cb68f0dfc2b0d1 Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Wed, 26 Nov 2014 16:50:15 -0500 Subject: [PATCH] Enforce pylint violation when using old event tracker. --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 21966c7f8a..e0efdef419 100644 --- a/pylintrc +++ b/pylintrc @@ -230,7 +230,7 @@ additional-builtins= [IMPORTS] # Deprecated modules which should not be used, separated by a comma -deprecated-modules=regsub,string,TERMIOS,Bastion,rexec +deprecated-modules=regsub,string,TERMIOS,Bastion,rexec,track.views # Create a graph of every (i.e. internal and external) dependencies in the # given file (report RP0402 must not be disabled)