1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-09 03:34:15 +03:00

* Import uget correctly

This commit is contained in:
Matthew Honnibal 2015-10-19 08:32:41 +02:00
parent 579670e4c7
commit 9cdea6e450

View File

@ -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'