diff options
author | Gökçen Nurlu <gnurlu1@bloomberg.net> | 2018-06-18 16:27:35 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-06-19 04:41:24 +0000 |
commit | 4016bec1d747481ca8354c1c798fba0271d4696b (patch) | |
tree | c424c90698554b7b4da0f2c200004e945fe0e69c /buildstream/_platform | |
parent | bb223156cc919af966702d773a018f2d1a867416 (diff) | |
download | buildstream-4016bec1d747481ca8354c1c798fba0271d4696b.tar.gz |
Remove shebangs from python files
Fixes #424
Diffstat (limited to 'buildstream/_platform')
-rw-r--r-- | buildstream/_platform/__init__.py | 1 | ||||
-rw-r--r-- | buildstream/_platform/linux.py | 1 | ||||
-rw-r--r-- | buildstream/_platform/platform.py | 1 | ||||
-rw-r--r-- | buildstream/_platform/unix.py | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/buildstream/_platform/__init__.py b/buildstream/_platform/__init__.py index 49400c3f2..29a29894b 100644 --- a/buildstream/_platform/__init__.py +++ b/buildstream/_platform/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2017 Codethink Limited # diff --git a/buildstream/_platform/linux.py b/buildstream/_platform/linux.py index 26dafb995..fec512b0a 100644 --- a/buildstream/_platform/linux.py +++ b/buildstream/_platform/linux.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2017 Codethink Limited # diff --git a/buildstream/_platform/platform.py b/buildstream/_platform/platform.py index fc6a74bdd..29da33563 100644 --- a/buildstream/_platform/platform.py +++ b/buildstream/_platform/platform.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2017 Codethink Limited # diff --git a/buildstream/_platform/unix.py b/buildstream/_platform/unix.py index 6d7b46374..8b1d2ece7 100644 --- a/buildstream/_platform/unix.py +++ b/buildstream/_platform/unix.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2017 Codethink Limited # |