From 791d9496a75fd24b94d17ca21b06b790484346e4 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Tue, 10 Jul 2018 10:34:22 +0100 Subject: wa: Pylint Fixes for Travis Pylint has trouble using imports from the distutils module in virtualenvs so we need to explicitly ignore these imports. --- wa/commands/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wa/commands') diff --git a/wa/commands/create.py b/wa/commands/create.py index f2c2f479..641dd880 100644 --- a/wa/commands/create.py +++ b/wa/commands/create.py @@ -20,7 +20,7 @@ import shutil import string import getpass from collections import OrderedDict -from distutils.dir_util import copy_tree +from distutils.dir_util import copy_tree # pylint: disable=no-name-in-module, import-error from wa import ComplexCommand, SubCommand, pluginloader, settings from wa.framework.target.descriptor import list_target_descriptions -- cgit v1.2.3