mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +03:00
use os.path.realpath, as recommended in #105
This commit is contained in:
parent
68a7cfd0d6
commit
b2540354f7
2
you-get
2
you-get
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import os, sys
|
import os, sys
|
||||||
sys.path.insert(0, os.path.join((os.path.dirname(os.path.abspath(__file__))), "src"))
|
sys.path.insert(0, os.path.join((os.path.dirname(os.path.realpath(__file__))), "src"))
|
||||||
|
|
||||||
from you_get import *
|
from you_get import *
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user