提交 9c166e07 authored 作者: lamblinp@lgcm's avatar lamblinp@lgcm

Fix relative path problem.

上级 f635bd3e
...@@ -60,7 +60,7 @@ from collections import defaultdict ...@@ -60,7 +60,7 @@ from collections import defaultdict
if __name__ == '__main__': if __name__ == '__main__':
throot = "/".join(sys.path[0].split("/")[:-1]) throot = "/".join(sys.path[0].split("/")[:-2])
options = defaultdict(bool) options = defaultdict(bool)
options.update(dict([x, y or True] for x, y in getopt.getopt(sys.argv[1:], 'o:', ['epydoc', 'rst', 'help', 'nopdf'])[0])) options.update(dict([x, y or True] for x, y in getopt.getopt(sys.argv[1:], 'o:', ['epydoc', 'rst', 'help', 'nopdf'])[0]))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论