summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/safe_browsing
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-12 07:39:26 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-12 07:39:26 +0000
commit0d50e405a5fe5af628eb16ecae38962ce371a39d (patch)
tree3fcf7489a9404e0b71f3edff9e8020c3e189eae9 /chrome/test/data/safe_browsing
parent0c8a9b1ea09c88dd5860191c8430c81dfcb96199 (diff)
downloadchromium_src-0d50e405a5fe5af628eb16ecae38962ce371a39d.zip
chromium_src-0d50e405a5fe5af628eb16ecae38962ce371a39d.tar.gz
chromium_src-0d50e405a5fe5af628eb16ecae38962ce371a39d.tar.bz2
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
Diffstat (limited to 'chrome/test/data/safe_browsing')
-rwxr-xr-x[-rw-r--r--]chrome/test/data/safe_browsing/download_update.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/test/data/safe_browsing/download_update.py b/chrome/test/data/safe_browsing/download_update.py
index 6b100376..ff504f8 100644..100755
--- 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()