From 1520d9086ac75437ffe027330b54e860ca9d3553 Mon Sep 17 00:00:00 2001 From: "iannucci@chromium.org" Date: Mon, 17 Mar 2014 20:36:57 +0000 Subject: [PATCH] Remove python.new.bat instead of pylint.new.bat python.new.bat was inadvertantly removed when iannucci@ committed https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c64d3765a03aa66d980f66109f58eb3b05a4cb18 This restores pylint.new.bat and removes python.new.bat Original CL: https://chromiumcodereview.appspot.com/140183007/ BUG=328453 AUTHOR=techtonik@gmail.com R=agable@chromium.org Review URL: https://codereview.chromium.org/196343024 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@257489 0039d316-1c4b-4281-b951-d872f2087c98 --- bootstrap/win/{python.new.bat => pylint.new.bat} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename bootstrap/win/{python.new.bat => pylint.new.bat} (72%) diff --git a/bootstrap/win/python.new.bat b/bootstrap/win/pylint.new.bat similarity index 72% rename from bootstrap/win/python.new.bat rename to bootstrap/win/pylint.new.bat index b7ee94631..f3e66b38e 100644 --- a/bootstrap/win/python.new.bat +++ b/bootstrap/win/pylint.new.bat @@ -4,5 +4,4 @@ :: found in the LICENSE file. setlocal -set PATH=%~dp0python_bin;%PATH% -"%~dp0python_bin\python.exe" %* +call python "%~dp0pylint.py" %*