diff --git a/pylint-2.6 b/pylint-2.6 index 07b0b6806..d76504c16 100755 --- a/pylint-2.6 +++ b/pylint-2.6 @@ -38,6 +38,10 @@ # name: "infra/python/wheels/lazy-object-proxy/${vpython_platform}" # version: "version:1.4.3" # > +# wheel: < +# name: "infra/python/wheels/colorama-py3" +# version: "version:0.4.1" +# > # # # Pylint extensions. # diff --git a/pylint-2.6.bat b/pylint-2.6.bat index a6902f888..6e52cd96c 100644 --- a/pylint-2.6.bat +++ b/pylint-2.6.bat @@ -9,4 +9,4 @@ setlocal set PATH=%PATH%;%~dp0 :: Defer control. -vpython "%~dp0\pylint-2.6" %* +vpython3 "%~dp0\pylint-2.6" %*