Put the #! in the right place
This commit is contained in:
parent
be70fb986e
commit
ea1ace8e1e
1 changed files with 1 additions and 1 deletions
2
test.py
2
test.py
|
@ -1,3 +1,4 @@
|
||||||
|
#! /usr/bin/python
|
||||||
# Copyright 2015 OpenMarket Ltd
|
# Copyright 2015 OpenMarket Ltd
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -12,7 +13,6 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
#! /usr/bin/python
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import glob
|
import glob
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in a new issue