missed the unicode_literals here

This commit is contained in:
Martin A. Brown 2016-04-01 21:09:49 -07:00
parent df38deed8f
commit 7d46e59efa
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
from __future__ import absolute_import, division, print_function
from __future__ import unicode_literals
import os
import codecs