Skip to content

Commit 5afc95a

Browse files
committed
Use unicode literals in python 2.7
1 parent 22690de commit 5afc95a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flattentool/tests/test_end_to_end.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
TODO: Extra columns
3939
'''
4040

41+
from __future__ import unicode_literals
4142
from collections import OrderedDict
4243
from decimal import Decimal
4344
import warnings

0 commit comments

Comments
 (0)