diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-06-20 18:03:30 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-06-20 18:03:30 +0300 |
commit | 4f1ca2062d69a57586813ec5bcd5780f89d2f075 (patch) | |
tree | 9742f486ca6fa701494235b4454033de623bad25 /backends.py | |
parent | ea3e8f1dd2bdefbab14c380eec0ed52b0252a8e8 (diff) | |
download | meson-4f1ca2062d69a57586813ec5bcd5780f89d2f075.zip meson-4f1ca2062d69a57586813ec5bcd5780f89d2f075.tar.gz meson-4f1ca2062d69a57586813ec5bcd5780f89d2f075.tar.bz2 |
Removed shebang lines on non-runnable files.
Diffstat (limited to 'backends.py')
-rw-r--r--[-rwxr-xr-x] | backends.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends.py b/backends.py index 7d43cdb..8b859aa 100755..100644 --- a/backends.py +++ b/backends.py @@ -1,5 +1,3 @@ -#!/usr/bin/python3 -tt - # Copyright 2012 Jussi Pakkanen # Licensed under the Apache License, Version 2.0 (the "License"); |