From 6e372ca61dccae5c670ba27580dc6deda075402f Mon Sep 17 00:00:00 2001 From: Milan Verespej Date: Mon, 8 Jul 2019 12:42:30 +0200 Subject: 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 --- build/download/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'build/download/__init__.py') 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 -- cgit 1.2.3-korg