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/sandbox | |
parent | bb223156cc919af966702d773a018f2d1a867416 (diff) | |
download | buildstream-4016bec1d747481ca8354c1c798fba0271d4696b.tar.gz |
Remove shebangs from python files
Fixes #424
Diffstat (limited to 'buildstream/sandbox')
-rw-r--r-- | buildstream/sandbox/__init__.py | 1 | ||||
-rw-r--r-- | buildstream/sandbox/_config.py | 1 | ||||
-rw-r--r-- | buildstream/sandbox/_mount.py | 1 | ||||
-rw-r--r-- | buildstream/sandbox/_mounter.py | 1 | ||||
-rw-r--r-- | buildstream/sandbox/_sandboxbwrap.py | 1 | ||||
-rw-r--r-- | buildstream/sandbox/_sandboxchroot.py | 1 | ||||
-rw-r--r-- | buildstream/sandbox/sandbox.py | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/buildstream/sandbox/__init__.py b/buildstream/sandbox/__init__.py index 7ee871cab..53e170fbd 100644 --- a/buildstream/sandbox/__init__.py +++ b/buildstream/sandbox/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2017 Codethink Limited # diff --git a/buildstream/sandbox/_config.py b/buildstream/sandbox/_config.py index 8893e3faa..5debe24b2 100644 --- a/buildstream/sandbox/_config.py +++ b/buildstream/sandbox/_config.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2018 Codethink Limited # diff --git a/buildstream/sandbox/_mount.py b/buildstream/sandbox/_mount.py index 84ab30ada..1540d9d4f 100644 --- a/buildstream/sandbox/_mount.py +++ b/buildstream/sandbox/_mount.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2017 Codethink Limited # diff --git a/buildstream/sandbox/_mounter.py b/buildstream/sandbox/_mounter.py index c039b31df..921d06bb6 100644 --- a/buildstream/sandbox/_mounter.py +++ b/buildstream/sandbox/_mounter.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2017 Codethink Limited # diff --git a/buildstream/sandbox/_sandboxbwrap.py b/buildstream/sandbox/_sandboxbwrap.py index 798bcb690..3a0645aae 100644 --- a/buildstream/sandbox/_sandboxbwrap.py +++ b/buildstream/sandbox/_sandboxbwrap.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2016 Codethink Limited # diff --git a/buildstream/sandbox/_sandboxchroot.py b/buildstream/sandbox/_sandboxchroot.py index 7f27f50d0..22e69d549 100644 --- a/buildstream/sandbox/_sandboxchroot.py +++ b/buildstream/sandbox/_sandboxchroot.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2017 Codethink Limited # diff --git a/buildstream/sandbox/sandbox.py b/buildstream/sandbox/sandbox.py index c174c4adb..595b9e778 100644 --- a/buildstream/sandbox/sandbox.py +++ b/buildstream/sandbox/sandbox.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2017 Codethink Limited # |