aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/inter-edit.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lang/python/examples/inter-edit.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python/examples/inter-edit.py b/lang/python/examples/inter-edit.py
index 2f8e4efe..459df114 100644
--- a/lang/python/examples/inter-edit.py
+++ b/lang/python/examples/inter-edit.py
@@ -18,6 +18,9 @@
"""Simple interactive editor to test editor scripts"""
+from __future__ import absolute_import, print_function, unicode_literals
+del absolute_import, print_function, unicode_literals
+
import sys
import pyme
import pyme.constants.status