aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/delkey.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/examples/delkey.py')
-rwxr-xr-xlang/python/examples/delkey.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python/examples/delkey.py b/lang/python/examples/delkey.py
index 491f38a1..a02f4129 100755
--- a/lang/python/examples/delkey.py
+++ b/lang/python/examples/delkey.py
@@ -19,6 +19,9 @@
# Sample of key deletion
# It deletes keys for [email protected] generated by genkey.py script
+from __future__ import absolute_import, print_function, unicode_literals
+del absolute_import, print_function, unicode_literals
+
import pyme
with pyme.Context() as c: