From 80a6293779b4cf55557dea6f407ab402780e7671 Mon Sep 17 00:00:00 2001 From: Angus Lees Date: Fri, 29 Aug 2014 17:38:54 +1000 Subject: [PATCH] Switch run-time import to using importutils.import_module .. and enable the cyclic-import pylint check, now that this particular import is invisible to pylint. Change-Id: I9bfe7f77742b0db3ebead6a6767ade9b91e54c22 --- .pylintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index c738c547c..c0aa96423 100644 --- a/.pylintrc +++ b/.pylintrc @@ -78,7 +78,6 @@ disable= # "R" Refactor recommendations abstract-class-little-used, abstract-class-not-used, - cyclic-import, duplicate-code, interface-not-implemented, no-self-use,