diff options
author | Gökçen Nurlu <gnurlu1@bloomberg.net> | 2018-06-18 16:27:35 +0100 |
---|---|---|
committer | Gökçen Nurlu <gnurlu1@bloomberg.net> | 2018-06-18 16:28:15 +0100 |
commit | f88b14c4e95aa199428d39aa9191403230f55062 (patch) | |
tree | d146769684245057ef6ce849e1e704862a146145 /buildstream/sandbox/_mount.py | |
parent | 73b930024d164e076275868253f92a47593f2dd8 (diff) | |
download | buildstream-remove_shebangs.tar.gz |
Remove shebangs from python filesremove_shebangs
Fixes #424
Diffstat (limited to 'buildstream/sandbox/_mount.py')
-rw-r--r-- | buildstream/sandbox/_mount.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 # |