aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/import-key.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/examples/howto/import-key.py')
-rwxr-xr-xlang/python/examples/howto/import-key.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/python/examples/howto/import-key.py b/lang/python/examples/howto/import-key.py
index 464052d3..25913785 100755
--- a/lang/python/examples/howto/import-key.py
+++ b/lang/python/examples/howto/import-key.py
@@ -7,6 +7,8 @@ import gpg
import os.path
import sys
+del absolute_import, division, unicode_literals
+
# Copyright (C) 2018 Ben McGinnes <[email protected]>
#
# This program is free software; you can redistribute it and/or modify it under
@@ -29,7 +31,7 @@ import sys
# <http://www.gnu.org/licenses/>.
print("""
-This script exports one or more public keys.
+This script imports one or more public keys from a single file.
""")
c = gpg.Context(armor=True)