summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Maat <tristan.maat@codethink.co.uk>2018-02-08 18:15:06 +0000
committerJames Ennis <james.ennis@codethink.com>2018-03-14 14:10:26 +0000
commit388c157008815abca3c4af46c3f732356f61af80 (patch)
treec8a6ec42b9b044e43ab4b7b1cf2f2fabbf584834
parent6be2075746813e7bebb6ef1945b538a91ff91841 (diff)
downloadbuildstream-388c157008815abca3c4af46c3f732356f61af80.tar.gz
fuse.py: skip file for linting
-rw-r--r--buildstream/_fuse/fuse.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildstream/_fuse/fuse.py b/buildstream/_fuse/fuse.py
index 89173ba11..58febcba0 100644
--- a/buildstream/_fuse/fuse.py
+++ b/buildstream/_fuse/fuse.py
@@ -19,6 +19,8 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+# pylint: skip-file
+
from __future__ import print_function, absolute_import, division
from ctypes import *