1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -08:00

Update setup.py

Cleaned up imports
This commit is contained in:
Kush Makkapati 2019-10-02 20:03:30 +01:00 committed by GitHub
parent aaf9d904aa
commit a5d646cd8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,7 @@
from __future__ import print_function
import os.path
import warnings
import sys
import os.path, warnings, sys
try:
from setuptools import setup, Command