From d42fe2e694d382557e7d95ff233c69dd284c5299 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 28 Jul 2015 16:15:53 +0200 Subject: [PATCH] * Add unicode_literals to strings.pyx --- spacy/strings.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/strings.pyx b/spacy/strings.pyx index 0b93ab3c3..b35ed2ccb 100644 --- a/spacy/strings.pyx +++ b/spacy/strings.pyx @@ -1,3 +1,4 @@ +from __future__ import unicode_literals import codecs from libc.string cimport memcpy