utils/scanpypi: import third party modules after the standard ones
authorYegor Yefremov <yegorslists@googlemail.com>
Mon, 10 Dec 2018 07:52:34 +0000 (08:52 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 10 Dec 2018 10:46:36 +0000 (11:46 +0100)
commite273c36ad086189c081a41f2de7966348e085e37
tree688e12fff83a47547d8c43023dd7f13c06a4b809
parent3fcc7599d5d787a2ffbb192b5044b50c52cb98b3
utils/scanpypi: import third party modules after the standard ones

Move imports from six package after the standard modules. Resolves
pylint warnings.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
utils/scanpypi