From 0d50e405a5fe5af628eb16ecae38962ce371a39d Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Fri, 12 Dec 2008 07:39:26 +0000 Subject: Apply svn:executable to .py files which should have it. Review URL: http://codereview.chromium.org/14012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6884 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/data/safe_browsing/download_update.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 chrome/test/data/safe_browsing/download_update.py (limited to 'chrome/test/data/safe_browsing') diff --git a/chrome/test/data/safe_browsing/download_update.py b/chrome/test/data/safe_browsing/download_update.py old mode 100644 new mode 100755 index 6b100376..ff504f8 --- a/chrome/test/data/safe_browsing/download_update.py +++ b/chrome/test/data/safe_browsing/download_update.py @@ -1,3 +1,5 @@ +#!/usr/bin/python + import urllib,sys @@ -30,4 +32,4 @@ for line in response_file: urllib.urlretrieve(chunk_url, filename) -response_file.close() \ No newline at end of file +response_file.close() -- cgit v1.1