From c86bda8d1a48c5773e5c0a8d586eb375f22934b2 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 22 Oct 2015 21:13:56 +1100 Subject: [PATCH] * Fix import of uget --- spacy/en/download.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spacy/en/download.py b/spacy/en/download.py index cfceb6590..6180c4766 100644 --- a/spacy/en/download.py +++ b/spacy/en/download.py @@ -4,9 +4,10 @@ import sys import os import tarfile import shutil -import uget import plac +from . import uget + # TODO: Read this from the same source as the setup VERSION = '0.9.5'