aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/exportimport.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/examples/exportimport.py')
-rwxr-xr-xlang/python/examples/exportimport.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python/examples/exportimport.py b/lang/python/examples/exportimport.py
index 8d76fa13..bc946bc4 100755
--- a/lang/python/examples/exportimport.py
+++ b/lang/python/examples/exportimport.py
@@ -19,6 +19,9 @@
# Sample of export and import of keys
# It uses 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 sys
import os
import pyme