Skip to content

Commit 95fadc9

Browse files
committed
constants: import unicode_literals
or else we end up writing garbage under python2 since our plist writer understands bytes as binary data
1 parent cf460f3 commit 95fadc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ufoLib2/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
from __future__ import unicode_literals
22

33
DATA_DIRNAME = "data"
44
DEFAULT_GLYPHS_DIRNAME = "glyphs"

0 commit comments

Comments
 (0)