diff options
| author | Ben McGinnes <[email protected]> | 2018-09-23 01:43:34 +0000 | 
|---|---|---|
| committer | Ben McGinnes <[email protected]> | 2018-09-23 01:43:34 +0000 | 
| commit | ced4bdbbb239c1fe209665b4f5a7aeb9651889ed (patch) | |
| tree | 104689f6b72603372e82589fc45c0eca287df68b /lang/python/examples/howto/verify-signed-file.py | |
| parent | python bindings: importing from keyservers with hkp4py (diff) | |
| download | gpgme-ced4bdbbb239c1fe209665b4f5a7aeb9651889ed.tar.gz gpgme-ced4bdbbb239c1fe209665b4f5a7aeb9651889ed.zip  | |
examples: python bindings and hkp4py updates
* Mostly tightening up the details on the hkp4py example script.
* Also fixed a typo in the LGPL boiler plate text included in all the
  other example scripts for the HOWTO.
Diffstat (limited to 'lang/python/examples/howto/verify-signed-file.py')
| -rwxr-xr-x | lang/python/examples/howto/verify-signed-file.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/examples/howto/verify-signed-file.py b/lang/python/examples/howto/verify-signed-file.py index 9f8702f5..c561fe80 100755 --- a/lang/python/examples/howto/verify-signed-file.py +++ b/lang/python/examples/howto/verify-signed-file.py @@ -18,7 +18,7 @@ from __future__ import absolute_import, division, unicode_literals  # This program is distributed in the hope that it will be useful, but WITHOUT  # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS  # FOR A PARTICULAR PURPOSE.  See the GNU General Public License and the GNU -# Lesser General Public Licensefor more details. +# Lesser General Public License for more details.  #  # You should have received a copy of the GNU General Public License and the GNU  # Lesser General Public along with this program; if not, see  | 
