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.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/examples/howto/import-key.py b/lang/python/examples/howto/import-key.py
index 56cfe259..464052d3 100755
--- a/lang/python/examples/howto/import-key.py
+++ b/lang/python/examples/howto/import-key.py
@@ -3,6 +3,10 @@
from __future__ import absolute_import, division, unicode_literals
+import gpg
+import os.path
+import sys
+
# Copyright (C) 2018 Ben McGinnes <[email protected]>
#
# This program is free software; you can redistribute it and/or modify it under
@@ -24,10 +28,6 @@ from __future__ import absolute_import, division, unicode_literals
# Lesser General Public along with this program; if not, see
# <http://www.gnu.org/licenses/>.
-import gpg
-import os.path
-import sys
-
print("""
This script exports one or more public keys.
""")