* Fix import of uget

This commit is contained in:
Matthew Honnibal 2015-10-22 21:13:56 +11:00
parent 1c50110585
commit c86bda8d1a

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'