From 3f62fb788beea1ac32d514d549fdaeaaae0f3292 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Wed, 7 Sep 2016 22:06:33 +0300 Subject: Remove unneeded shebang line that was triggering some linters. --- mesonbuild/scripts/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'mesonbuild/scripts/__init__.py') diff --git a/mesonbuild/scripts/__init__.py b/mesonbuild/scripts/__init__.py index 19c4fc7bf..b2f22588c 100644 --- a/mesonbuild/scripts/__init__.py +++ b/mesonbuild/scripts/__init__.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.3