From af5906220cd3a563cb87f366ed209f94789aaf6d Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Mon, 22 Aug 2011 18:59:05 +0000 Subject: Fix sync integration tests by fixing Python path. The generated Python proto output paths now match the input paths. Reland of r97696 with CHECK removed. Review URL: http://codereview.chromium.org/7711005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97698 0039d316-1c4b-4281-b951-d872f2087c98 --- net/tools/testserver/chromiumsync_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/tools') diff --git a/net/tools/testserver/chromiumsync_test.py b/net/tools/testserver/chromiumsync_test.py index 1872a9d..97e5f38 100755 --- a/net/tools/testserver/chromiumsync_test.py +++ b/net/tools/testserver/chromiumsync_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/python # Copyright (c) 2011 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. -- cgit v1.1