Fix unicode problem in nonproj module

This commit is contained in:
Matthew Honnibal 2016-11-25 17:29:17 -06:00
parent da5f0cce36
commit bc0a202c9c
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
from copy import copy
from ..tokens.doc cimport Doc