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'