From 55c9c62abc8afb4761d84f85eb76cc1612d8671f Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 23 Jan 2017 21:27:49 +0100 Subject: [PATCH] Use relative import --- spacy/hu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/hu/__init__.py b/spacy/hu/__init__.py index 652ea379c..a923c68e8 100644 --- a/spacy/hu/__init__.py +++ b/spacy/hu/__init__.py @@ -1,7 +1,7 @@ # encoding: utf8 from __future__ import unicode_literals, print_function -from spacy.hu.tokenizer_exceptions import TOKEN_MATCH +from .tokenizer_exceptions import TOKEN_MATCH from .language_data import * from ..attrs import LANG from ..language import Language