diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-14 13:38:21 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-14 13:38:21 +0000 |
commit | efe3a2e5dc4592954e233cc950c0bd74a9adec82 (patch) | |
tree | 85d0817083d3bdcc314a3977346401c41b65b4d6 /chrome/test | |
parent | 2fac3803a15b6900d311d36f7337fdb5b7092d96 (diff) | |
download | chromium_src-efe3a2e5dc4592954e233cc950c0bd74a9adec82.zip chromium_src-efe3a2e5dc4592954e233cc950c0bd74a9adec82.tar.gz chromium_src-efe3a2e5dc4592954e233cc950c0bd74a9adec82.tar.bz2 |
Remove third_party\python_26.
The last user was ChromeFrame (recently removed) and pyauto. I do not believe
pyauto_functional.py is still used.
R=thakis@chromium.org
BUG=
Review URL: https://codereview.chromium.org/137023003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244676 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rwxr-xr-x | chrome/test/functional/pyauto_functional.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/functional/pyauto_functional.py b/chrome/test/functional/pyauto_functional.py index bff96c3..fa9b8a5 100755 --- a/chrome/test/functional/pyauto_functional.py +++ b/chrome/test/functional/pyauto_functional.py @@ -50,8 +50,7 @@ def RunWithCorrectPythonIfNecessary(): child. """ if sys.platform == 'cygwin' or sys.platform.startswith('win'): - cmd = [os.path.join(pyauto_paths.GetThirdPartyDir(), 'python_26', - 'python_slave.exe')] + cmd = [sys.executable] elif sys.platform.startswith('darwin'): # Arch runs the specified architecture of a universal binary. Run # the 32 bit one. |