From 82bd57c76f780557341226c8ee8e39765a50b938 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 21 Dec 2014 20:44:21 +1100 Subject: [PATCH] * Upd intern test --- tests/test_intern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_intern.py b/tests/test_intern.py index a7a801b05..5375ebb2a 100644 --- a/tests/test_intern.py +++ b/tests/test_intern.py @@ -1,7 +1,7 @@ # -*- coding: utf8 -*- from __future__ import unicode_literals -from spacy.utf8string import StringStore +from spacy.strings import StringStore import pytest