mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
pylint import-error bug workaround for distutils
This commit is contained in:
parent
febb7e8a1d
commit
b47b55172b
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ class CheckExternalCommands(Task):
|
||||||
import re
|
import re
|
||||||
import os
|
import os
|
||||||
import logging
|
import logging
|
||||||
|
# https://github.com/PyCQA/pylint/issues/73
|
||||||
|
# pylint: disable=no-name-in-module,import-error,useless-suppression
|
||||||
from distutils.spawn import find_executable
|
from distutils.spawn import find_executable
|
||||||
missing_packages = []
|
missing_packages = []
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
Loading…
Add table
Reference in a new issue