From 784b4a6ad8a08b3f5a1ee653b80f13e1c3a30075 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Fri, 14 Apr 2017 08:48:38 +0200 Subject: fix issue 112: hexadecimal not preserved please **close** this issue if fixed --- scalarstring.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scalarstring.py') diff --git a/scalarstring.py b/scalarstring.py index 3282c1e..05e4593 100644 --- a/scalarstring.py +++ b/scalarstring.py @@ -1,7 +1,6 @@ # coding: utf-8 -from __future__ import absolute_import -from __future__ import print_function +from __future__ import print_function, absolute_import, division, unicode_literals import sys -- cgit v1.2.1