use os.path.realpath, as recommended in #105

This commit is contained in:
Mort Yao 2013-02-18 14:14:03 +01:00
parent 68a7cfd0d6
commit b2540354f7

View File

@ -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 *