Skip to content

Commit

Permalink
constants: import unicode_literals
Browse files Browse the repository at this point in the history
or else we end up writing garbage under python2 since our plist writer
understands bytes as binary data
  • Loading branch information
anthrotype committed May 28, 2018
1 parent cf460f3 commit 95fadc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ufoLib2/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

from __future__ import unicode_literals

DATA_DIRNAME = "data"
DEFAULT_GLYPHS_DIRNAME = "glyphs"
Expand Down

0 comments on commit 95fadc9

Please sign in to comment.