diff options
author | Justus Winter <[email protected]> | 2016-09-14 08:51:49 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-09-14 10:15:57 +0000 |
commit | 3b37c4efcf68657a856dbce60c0bd0fc78dd0770 (patch) | |
tree | eb693ae9599bc2143d56c72142b7e4a8fc313b32 /lang/python/tests/t-wrapper.py | |
parent | core: New function gpgme_op_adduid. (diff) | |
download | gpgme-3b37c4efcf68657a856dbce60c0bd0fc78dd0770.tar.gz gpgme-3b37c4efcf68657a856dbce60c0bd0fc78dd0770.zip |
python: Use more generic shebang.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang/python/tests/t-wrapper.py')
-rwxr-xr-x | lang/python/tests/t-wrapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/tests/t-wrapper.py b/lang/python/tests/t-wrapper.py index fab0d811..d260264f 100755 --- a/lang/python/tests/t-wrapper.py +++ b/lang/python/tests/t-wrapper.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # Copyright (C) 2016 g10 Code GmbH # |