[Pkg-gnupg-commit] [gpgme] 351/412: python: Use more generic shebang.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:27:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit 3b37c4efcf68657a856dbce60c0bd0fc78dd0770
Author: Justus Winter <justus at g10code.com>
Date:   Wed Sep 14 10:51:49 2016 +0200

    python: Use more generic shebang.
    
    --
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 lang/python/examples/assuan.py            | 2 +-
 lang/python/examples/decryption-filter.py | 2 +-
 lang/python/examples/delkey.py            | 2 +-
 lang/python/examples/encrypt-to-all.py    | 2 +-
 lang/python/examples/exportimport.py      | 2 +-
 lang/python/examples/genkey.py            | 2 +-
 lang/python/examples/inter-edit.py        | 2 +-
 lang/python/examples/sign.py              | 2 +-
 lang/python/examples/signverify.py        | 2 +-
 lang/python/examples/simple.py            | 2 +-
 lang/python/examples/testCMSgetkey.py     | 2 +-
 lang/python/examples/verifydetails.py     | 2 +-
 lang/python/gpgme-h-clean.py              | 2 +-
 lang/python/setup.py.in                   | 2 +-
 lang/python/tests/final.py                | 2 +-
 lang/python/tests/initial.py              | 2 +-
 lang/python/tests/t-callbacks.py          | 2 +-
 lang/python/tests/t-data.py               | 2 +-
 lang/python/tests/t-decrypt-verify.py     | 2 +-
 lang/python/tests/t-decrypt.py            | 2 +-
 lang/python/tests/t-edit.py               | 2 +-
 lang/python/tests/t-encrypt-large.py      | 2 +-
 lang/python/tests/t-encrypt-sign.py       | 2 +-
 lang/python/tests/t-encrypt-sym.py        | 2 +-
 lang/python/tests/t-encrypt.py            | 2 +-
 lang/python/tests/t-export.py             | 2 +-
 lang/python/tests/t-file-name.py          | 2 +-
 lang/python/tests/t-idiomatic.py          | 2 +-
 lang/python/tests/t-import.py             | 2 +-
 lang/python/tests/t-keylist.py            | 2 +-
 lang/python/tests/t-protocol-assuan.py    | 2 +-
 lang/python/tests/t-sig-notation.py       | 2 +-
 lang/python/tests/t-sign.py               | 2 +-
 lang/python/tests/t-signers.py            | 2 +-
 lang/python/tests/t-trustlist.py          | 2 +-
 lang/python/tests/t-verify.py             | 2 +-
 lang/python/tests/t-wait.py               | 2 +-
 lang/python/tests/t-wrapper.py            | 2 +-
 38 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/lang/python/examples/assuan.py b/lang/python/examples/assuan.py
index 82b1e1d..e4822b7 100644
--- a/lang/python/examples/assuan.py
+++ b/lang/python/examples/assuan.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 #
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/examples/decryption-filter.py b/lang/python/examples/decryption-filter.py
index 1647ca3..dbd66fc 100644
--- a/lang/python/examples/decryption-filter.py
+++ b/lang/python/examples/decryption-filter.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 #
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/examples/delkey.py b/lang/python/examples/delkey.py
index e607f21..491f38a 100755
--- a/lang/python/examples/delkey.py
+++ b/lang/python/examples/delkey.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 #
 # Copyright (C) 2016 g10 Code GmbH
 # Copyright (C) 2004,2008 Igor Belyi <belyi at users.sourceforge.net>
diff --git a/lang/python/examples/encrypt-to-all.py b/lang/python/examples/encrypt-to-all.py
index 4586f93..304b474 100755
--- a/lang/python/examples/encrypt-to-all.py
+++ b/lang/python/examples/encrypt-to-all.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 #
 # Copyright (C) 2016 g10 Code GmbH
 # Copyright (C) 2008 Igor Belyi <belyi at users.sourceforge.net>
diff --git a/lang/python/examples/exportimport.py b/lang/python/examples/exportimport.py
index 39b1595..8d76fa1 100755
--- a/lang/python/examples/exportimport.py
+++ b/lang/python/examples/exportimport.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 #
 # Copyright (C) 2016 g10 Code GmbH
 # Copyright (C) 2004,2008 Igor Belyi <belyi at users.sourceforge.net>
diff --git a/lang/python/examples/genkey.py b/lang/python/examples/genkey.py
index 66e382b..972fed7 100755
--- a/lang/python/examples/genkey.py
+++ b/lang/python/examples/genkey.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 #
 # Copyright (C) 2016 g10 Code GmbH
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
diff --git a/lang/python/examples/inter-edit.py b/lang/python/examples/inter-edit.py
index 8199cc6..2f8e4ef 100644
--- a/lang/python/examples/inter-edit.py
+++ b/lang/python/examples/inter-edit.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 #
 # Copyright (C) 2016 g10 Code GmbH
 # Copyright (C) 2005 Igor Belyi <belyi at users.sourceforge.net>
diff --git a/lang/python/examples/sign.py b/lang/python/examples/sign.py
index 0dd6a7c..d376683 100755
--- a/lang/python/examples/sign.py
+++ b/lang/python/examples/sign.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 #
 # Copyright (C) 2016 g10 Code GmbH
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
diff --git a/lang/python/examples/signverify.py b/lang/python/examples/signverify.py
index 7a24d71..e7bf0c9 100755
--- a/lang/python/examples/signverify.py
+++ b/lang/python/examples/signverify.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 #
 # Copyright (C) 2016 g10 Code GmbH
 # Copyright (C) 2004,2008 Igor Belyi <belyi at users.sourceforge.net>
diff --git a/lang/python/examples/simple.py b/lang/python/examples/simple.py
index 50a3938..ca72cf1 100755
--- a/lang/python/examples/simple.py
+++ b/lang/python/examples/simple.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 #
 # Copyright (C) 2016 g10 Code GmbH
 # Copyright (C) 2005 Igor Belyi <belyi at users.sourceforge.net>
diff --git a/lang/python/examples/testCMSgetkey.py b/lang/python/examples/testCMSgetkey.py
index 7c642e6..fbaa042 100644
--- a/lang/python/examples/testCMSgetkey.py
+++ b/lang/python/examples/testCMSgetkey.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 #
 # Copyright (C) 2016 g10 Code GmbH
 # Copyright (C) 2008 Bernhard Reiter <bernhard at intevation.de>
diff --git a/lang/python/examples/verifydetails.py b/lang/python/examples/verifydetails.py
index b57ed84..1cd538c 100755
--- a/lang/python/examples/verifydetails.py
+++ b/lang/python/examples/verifydetails.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 #
 # Copyright (C) 2016 g10 Code GmbH
 # Copyright (C) 2004,2008 Igor Belyi <belyi at users.sourceforge.net>
diff --git a/lang/python/gpgme-h-clean.py b/lang/python/gpgme-h-clean.py
index b29b2e1..ce368f0 100755
--- a/lang/python/gpgme-h-clean.py
+++ b/lang/python/gpgme-h-clean.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 # Copyright (C) 2004,2008 Igor Belyi <belyi at users.sourceforge.net>
diff --git a/lang/python/setup.py.in b/lang/python/setup.py.in
index 22035cb..a9c7691 100755
--- a/lang/python/setup.py.in
+++ b/lang/python/setup.py.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
diff --git a/lang/python/tests/final.py b/lang/python/tests/final.py
index f75c200..15010af 100755
--- a/lang/python/tests/final.py
+++ b/lang/python/tests/final.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/initial.py b/lang/python/tests/initial.py
index 169c3df..7adaa91 100755
--- a/lang/python/tests/initial.py
+++ b/lang/python/tests/initial.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-callbacks.py b/lang/python/tests/t-callbacks.py
index 3219463..fc58683 100755
--- a/lang/python/tests/t-callbacks.py
+++ b/lang/python/tests/t-callbacks.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-data.py b/lang/python/tests/t-data.py
index 3774f09..6e05d13 100755
--- a/lang/python/tests/t-data.py
+++ b/lang/python/tests/t-data.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-decrypt-verify.py b/lang/python/tests/t-decrypt-verify.py
index 0f615dc..6518d79 100755
--- a/lang/python/tests/t-decrypt-verify.py
+++ b/lang/python/tests/t-decrypt-verify.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-decrypt.py b/lang/python/tests/t-decrypt.py
index b5c4700..3b0c484 100755
--- a/lang/python/tests/t-decrypt.py
+++ b/lang/python/tests/t-decrypt.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-edit.py b/lang/python/tests/t-edit.py
index 64255c9..8bebe67 100755
--- a/lang/python/tests/t-edit.py
+++ b/lang/python/tests/t-edit.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2005 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2016 g10 Code GmbH
diff --git a/lang/python/tests/t-encrypt-large.py b/lang/python/tests/t-encrypt-large.py
index 29f9de2..d5b9dc9 100755
--- a/lang/python/tests/t-encrypt-large.py
+++ b/lang/python/tests/t-encrypt-large.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-encrypt-sign.py b/lang/python/tests/t-encrypt-sign.py
index 31cc94f..8c4b5d9 100755
--- a/lang/python/tests/t-encrypt-sign.py
+++ b/lang/python/tests/t-encrypt-sign.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-encrypt-sym.py b/lang/python/tests/t-encrypt-sym.py
index c5be183..c279d6a 100755
--- a/lang/python/tests/t-encrypt-sym.py
+++ b/lang/python/tests/t-encrypt-sym.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-encrypt.py b/lang/python/tests/t-encrypt.py
index 4c77f39..456f2c1 100755
--- a/lang/python/tests/t-encrypt.py
+++ b/lang/python/tests/t-encrypt.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-export.py b/lang/python/tests/t-export.py
index a102425..f8d02f2 100755
--- a/lang/python/tests/t-export.py
+++ b/lang/python/tests/t-export.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-file-name.py b/lang/python/tests/t-file-name.py
index 6f9294e..09eb1f9 100755
--- a/lang/python/tests/t-file-name.py
+++ b/lang/python/tests/t-file-name.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-idiomatic.py b/lang/python/tests/t-idiomatic.py
index 726bbb9..6dbe620 100755
--- a/lang/python/tests/t-idiomatic.py
+++ b/lang/python/tests/t-idiomatic.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-import.py b/lang/python/tests/t-import.py
index 03b576b..b267fc8 100755
--- a/lang/python/tests/t-import.py
+++ b/lang/python/tests/t-import.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-keylist.py b/lang/python/tests/t-keylist.py
index 40d9c80..7b7bbae 100755
--- a/lang/python/tests/t-keylist.py
+++ b/lang/python/tests/t-keylist.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-protocol-assuan.py b/lang/python/tests/t-protocol-assuan.py
index 30907a1..a86146b 100755
--- a/lang/python/tests/t-protocol-assuan.py
+++ b/lang/python/tests/t-protocol-assuan.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-sig-notation.py b/lang/python/tests/t-sig-notation.py
index b024bb5..c523006 100755
--- a/lang/python/tests/t-sig-notation.py
+++ b/lang/python/tests/t-sig-notation.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-sign.py b/lang/python/tests/t-sign.py
index e066a29..5f26ff3 100755
--- a/lang/python/tests/t-sign.py
+++ b/lang/python/tests/t-sign.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-signers.py b/lang/python/tests/t-signers.py
index 9d2cbdc..7b064c9 100755
--- a/lang/python/tests/t-signers.py
+++ b/lang/python/tests/t-signers.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-trustlist.py b/lang/python/tests/t-trustlist.py
index a24eab8..a33e35e 100755
--- a/lang/python/tests/t-trustlist.py
+++ b/lang/python/tests/t-trustlist.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-verify.py b/lang/python/tests/t-verify.py
index ed5a91a..25c8c0c 100755
--- a/lang/python/tests/t-verify.py
+++ b/lang/python/tests/t-verify.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-wait.py b/lang/python/tests/t-wait.py
index 7eaa46a..9f3a7ed 100755
--- a/lang/python/tests/t-wait.py
+++ b/lang/python/tests/t-wait.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Copyright (C) 2016 g10 Code GmbH
 #
diff --git a/lang/python/tests/t-wrapper.py b/lang/python/tests/t-wrapper.py
index fab0d81..d260264 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
 #

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list