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
This commit is contained in:
Angus Lees 2014-08-29 17:38:54 +10:00
parent 23e1398a36
commit efb228ea18
1 changed files with 0 additions and 1 deletions

View File

@ -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,