From 9cdea6e450bdbdc90863afbb252328918f9762f6 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 19 Oct 2015 08:32:41 +0200 Subject: [PATCH] * Import uget correctly --- 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'