From bce3a3f1d4c61a2604d70bb8fc2c3face1a40d92 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 31 Aug 2013 17:00:52 +0200 Subject: [PATCH] disable pylint warning about unknown attributes - there are just too many of them on the tree nodes --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 4cd78cf..403ba1d 100644 --- a/pylintrc +++ b/pylintrc @@ -33,7 +33,7 @@ load-plugins= # can either give multiple identifier separated by comma (,) or put this option # multiple time (only on the command line, not in the configuration file where # it should appear only once). -#disable= +disable=E1101 [REPORTS] -- 2.7.4