提交 b2540354 编写于 作者: M Mort Yao

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

上级 68a7cfd0
#!/usr/bin/env python3
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 *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册