summaryrefslogtreecommitdiffstats
path: root/build/download/__init__.py
diff options
context:
space:
mode:
authorMilan Verespej <m.verespej@partner.samsung.com>2019-07-08 12:42:30 +0200
committerMilan Verešpej <m.verespej@partner.samsung.com>2019-07-09 08:32:27 +0000
commit6e372ca61dccae5c670ba27580dc6deda075402f (patch)
treebc8b5169e1db7242dcb02e2b41f8e3d58e6a1ee6 /build/download/__init__.py
parent55edf66b72501fb5700abf490d927dc3808b5aeb (diff)
Fix wrong shebang in download scripts
Download does not support python2 so shebang could cause problem. This commit fixes that or removes shebang where not necessary. Issue-ID: OOM-1964 Change-Id: I443f5ef61b9bddfddba66d858d8f65c5ceacd90a Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
Diffstat (limited to 'build/download/__init__.py')
-rw-r--r--build/download/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/download/__init__.py b/build/download/__init__.py
index f0efbc15..b1ef8d99 100644
--- a/build/download/__init__.py
+++ b/build/download/__init__.py
@@ -1,5 +1,3 @@
-
-#! /usr/bin/env python
# -*- coding: utf-8 -*-
# COPYRIGHT NOTICE STARTS HERE