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/_fuse | |
parent | bb223156cc919af966702d773a018f2d1a867416 (diff) | |
download | buildstream-4016bec1d747481ca8354c1c798fba0271d4696b.tar.gz |
Remove shebangs from python files
Fixes #424
Diffstat (limited to 'buildstream/_fuse')
-rw-r--r-- | buildstream/_fuse/__init__.py | 1 | ||||
-rw-r--r-- | buildstream/_fuse/hardlinks.py | 1 | ||||
-rw-r--r-- | buildstream/_fuse/mount.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/buildstream/_fuse/__init__.py b/buildstream/_fuse/__init__.py index 3ef9d631f..a5e882634 100644 --- a/buildstream/_fuse/__init__.py +++ b/buildstream/_fuse/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2017 Codethink Limited # diff --git a/buildstream/_fuse/hardlinks.py b/buildstream/_fuse/hardlinks.py index d23f3fff6..4da51bb22 100644 --- a/buildstream/_fuse/hardlinks.py +++ b/buildstream/_fuse/hardlinks.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2016 Stavros Korokithakis # Copyright (C) 2017 Codethink Limited diff --git a/buildstream/_fuse/mount.py b/buildstream/_fuse/mount.py index 3848ad305..0ab1ce715 100644 --- a/buildstream/_fuse/mount.py +++ b/buildstream/_fuse/mount.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2017 Codethink Limited # |