diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-09-13 11:22:24 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-09-13 11:22:24 +0900 |
commit | f2b1186ae61291c1c33777000254ff664623f18e (patch) | |
tree | ba0fc9959a1c435c0c92f6367b1a9f4243fd6426 /python/tests/exslt.py | |
parent | aee72dbc8a3bc08ead76cb808ffa332aa413f2d7 (diff) | |
download | libxslt-f2b1186ae61291c1c33777000254ff664623f18e.tar.gz libxslt-f2b1186ae61291c1c33777000254ff664623f18e.tar.bz2 libxslt-f2b1186ae61291c1c33777000254ff664623f18e.zip |
Imported Upstream version 1.1.36upstream/1.1.36
Diffstat (limited to 'python/tests/exslt.py')
-rwxr-xr-x | python/tests/exslt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/exslt.py b/python/tests/exslt.py index de5e42bf..b859d187 100755 --- a/python/tests/exslt.py +++ b/python/tests/exslt.py @@ -1,4 +1,4 @@ -#!/usr/bin/python -u +#!/usr/bin/env python import sys import libxml2 # Memory debug specific |