mirror of
https://github.com/soimort/you-get.git
synced 2025-03-15 04:13:58 +03:00
remove you-get-dev
This commit is contained in:
parent
61ac0da5c1
commit
8ef5848161
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@
|
|||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|
||||||
_*/
|
_*/
|
||||||
|
*_
|
||||||
|
|
||||||
*.bak
|
*.bak
|
||||||
*.download
|
*.download
|
||||||
|
18
you-get-dev
18
you-get-dev
@ -1,18 +0,0 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# This file is Python 2 compliant.
|
|
||||||
|
|
||||||
import os, sys
|
|
||||||
|
|
||||||
_srcdir = 'src/'
|
|
||||||
_filepath = os.path.dirname(os.path.realpath(__file__))
|
|
||||||
sys.path.insert(1, os.path.join(_filepath, _srcdir))
|
|
||||||
|
|
||||||
if sys.version_info[0] == 3:
|
|
||||||
import you_get
|
|
||||||
if __name__ == '__main__':
|
|
||||||
you_get.main_dev(repo_path=_filepath)
|
|
||||||
else:
|
|
||||||
from you_get.util import log
|
|
||||||
log.wtf("""
|
|
||||||
[Fatal] Python 3 is required.
|
|
||||||
If Python 3 is already installed on your machine, try to run this script using 'python3 you-get'.""")
|
|
Loading…
x
Reference in New Issue
Block a user