diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-10-17 16:39:43 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-10-17 16:43:40 +0200 |
commit | 4c4d12b473bf696e69aaa59be236290185d09cf5 (patch) | |
tree | a2650f7a0519cc268541a26ed7bbd217bae5256a /smoketestoo_native | |
parent | fd8fdedd2165917e671e356039d8b0616b4576ac (diff) |
allow to execute losmoketest.py directly
add exectuable rights; add #!/usr/bin/env python
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-x[-rw-r--r--] | smoketestoo_native/losmoketest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketestoo_native/losmoketest.py b/smoketestoo_native/losmoketest.py index e18c3f34c4e4..f247b1a0761e 100644..100755 --- a/smoketestoo_native/losmoketest.py +++ b/smoketestoo_native/losmoketest.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # The contents of this file are subject to the Mozilla Public License Version |