Switch depot_tools python to 2.7.4.
TBR=joi@chromium.org BUG= Review URL: https://codereview.chromium.org/14972010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@200799 0039d316-1c4b-4281-b951-d872f2087c98experimental/szager/collated-output
parent
9c60ab237a
commit
9e6dd687c9
@ -1,8 +1,7 @@
|
||||
@echo off
|
||||
:: Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
||||
:: Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
||||
:: Use of this source code is governed by a BSD-style license that can be
|
||||
:: found in the LICENSE file.
|
||||
|
||||
setlocal
|
||||
set PATH=%~dp0python_bin;%PATH%
|
||||
call python "%~dp0pylint.py" %*
|
||||
|
||||
@ -1,4 +1,8 @@
|
||||
@echo off
|
||||
:: Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
||||
:: Use of this source code is governed by a BSD-style license that can be
|
||||
:: found in the LICENSE file.
|
||||
|
||||
setlocal
|
||||
set PATH=%~dp0python_bin;%PATH%
|
||||
"%~dp0python_bin\python.exe" %*
|
||||
set PATH=%~dp0python_274;%PATH%
|
||||
"%~dp0python_274\python.exe" %*
|
||||
|
||||
Loading…
Reference in New Issue