aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/testCMSgetkey.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/examples/testCMSgetkey.py')
-rw-r--r--lang/python/examples/testCMSgetkey.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python/examples/testCMSgetkey.py b/lang/python/examples/testCMSgetkey.py
index fbaa042b..4467b6cc 100644
--- a/lang/python/examples/testCMSgetkey.py
+++ b/lang/python/examples/testCMSgetkey.py
@@ -18,6 +18,9 @@
"""A test applicaton for the CMS protocol."""
+from __future__ import absolute_import, print_function, unicode_literals
+del absolute_import, print_function, unicode_literals
+
import sys
import pyme