1 Star 0 Fork 0

尹志雄/edx-platform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pavement.py 638 Bytes
一键复制 编辑 原始数据 按行查看 历史
import sys
import os
# Ensure that we can import pavelib, and that our copy of pavelib
# takes precedence over anything else installed in the virtualenv.
# In local dev, we usually don't need to do this, because Python
# automatically puts the current working directory on the system path.
# In Jenkins, however, we have multiple copies of the edx-platform repo,
# each of which run "pip install -e ." (as part of requirements/edx/local.in)
# Until we re-run pip install, the other copies of edx-platform could
# take precedence, leading to some very strange results.
sys.path.insert(0, os.path.dirname(__file__))
from pavelib import *
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yinzhixiong/edx-platform.git
git@gitee.com:yinzhixiong/edx-platform.git
yinzhixiong
edx-platform
edx-platform
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385