diff options
Diffstat (limited to 'net/test/test_server_win.cc')
-rw-r--r-- | net/test/test_server_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/test/test_server_win.cc b/net/test/test_server_win.cc index a363755..64437cd 100644 --- a/net/test/test_server_win.cc +++ b/net/test/test_server_win.cc @@ -96,7 +96,7 @@ bool TestServer::LaunchPython(const FilePath& testserver_path) { return false; python_exe = python_exe .Append(FILE_PATH_LITERAL("third_party")) - .Append(FILE_PATH_LITERAL("python_26")) + .Append(FILE_PATH_LITERAL("python_24")) .Append(FILE_PATH_LITERAL("python.exe")); CommandLine python_command(python_exe); |