Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1156)

Issue 5109011: Switching to python26. (Closed)

Created:
10 years, 1 month ago by bradn
Modified:
9 years, 7 months ago
Reviewers:
nsylvain
CC:
chromium-reviews
Base URL:
svn://chrome-svn.corp.google.com/chrome/trunk/src/
Visibility:
Public.

Description

Switching to python26. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66844

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M third_party/cygwin/setup_env.bat View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
bradn
10 years, 1 month ago (2010-11-20 00:03:14 UTC) #1
nsylvain
10 years, 1 month ago (2010-11-20 00:05:38 UTC) #2
LGTM

On Fri, Nov 19, 2010 at 4:03 PM, <bradnelson@google.com> wrote:

> Reviewers: nsylvain,
>
> Description:
> Switching to python26.
>
>
> BUG=None
> TEST=None
>
>
> Please review this at http://codereview.chromium.org/5109011/
>
> SVN Base: svn://chrome-svn.corp.google.com/chrome/trunk/src/
>
> Affected files:
>  M     third_party/cygwin/setup_env.bat
>
>
> Index: third_party/cygwin/setup_env.bat
> ===================================================================
> --- third_party/cygwin/setup_env.bat    (revision 11984)
> +++ third_party/cygwin/setup_env.bat    (working copy)
> @@ -1,4 +1,4 @@
>  :: This script adds cygwin to the path
>  @echo OFF
>
> -set PATH=%~dp0\bin;%~dp0\..\python_24;%PATH%
> +set PATH=%~dp0\bin;%~dp0\..\python_26;%PATH%
>
>
>

Powered by Google App Engine
This is Rietveld 408576698