aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-02-26 17:10:43 +0000
committerMark Haines <mark.haines@matrix.org>2015-02-26 17:10:43 +0000
commitea1ace8e1ead7374270f0b7c7bc9a1ea24b4dafa (patch)
tree65b631bf8ddae27b1045355ade935215049750dc
parentbe70fb986e664e5aaa447ecfda8ea71ba77d8b3a (diff)
Put the #! in the right place
-rwxr-xr-xtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index f9fd667..336591c 100755
--- a/test.py
+++ b/test.py
@@ -1,3 +1,4 @@
+#! /usr/bin/python
# Copyright 2015 OpenMarket Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-#! /usr/bin/python
import subprocess
import glob
import os