aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/pyme/constants/data/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/pyme/constants/data/__init__.py')
-rw-r--r--lang/python/pyme/constants/data/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python/pyme/constants/data/__init__.py b/lang/python/pyme/constants/data/__init__.py
index ed7b67b9..8274ab91 100644
--- a/lang/python/pyme/constants/data/__init__.py
+++ b/lang/python/pyme/constants/data/__init__.py
@@ -1,3 +1,6 @@
+from __future__ import absolute_import, print_function, unicode_literals
+del absolute_import, print_function, unicode_literals
+
from . import encoding
__all__ = ['encoding']