mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
* Fix import of uget
This commit is contained in:
parent
1c50110585
commit
c86bda8d1a
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user