summaryrefslogtreecommitdiff
path: root/scalarstring.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-04-14 08:48:38 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-04-14 08:48:38 +0200
commit784b4a6ad8a08b3f5a1ee653b80f13e1c3a30075 (patch)
treea4e536ce4a3bcf84b1a01c796483cc75e51891f1 /scalarstring.py
parent00fc3a6a889286bd7e2a0c4fa43945ce1e6bf60c (diff)
downloadruamel.yaml-784b4a6ad8a08b3f5a1ee653b80f13e1c3a30075.tar.gz
fix issue 112: hexadecimal not preserved0.14.6
please **close** this issue if fixed
Diffstat (limited to 'scalarstring.py')
-rw-r--r--scalarstring.py3
1 files changed, 1 insertions, 2 deletions
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