aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/pyme/errors.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lang/python/pyme/errors.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python/pyme/errors.py b/lang/python/pyme/errors.py
index 9c582073..e26c7476 100644
--- a/lang/python/pyme/errors.py
+++ b/lang/python/pyme/errors.py
@@ -15,6 +15,9 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+from __future__ import absolute_import, print_function, unicode_literals
+del absolute_import, print_function, unicode_literals
+
from . import gpgme
from . import util