def root():
return render_template(
'index.tpl',
api_version=mainapp.config['API_VERSION'],
base_url=request.base_url,
mirror=mainapp.config['L4TM_MIRROR'],
release=mainapp.config['L4TM_RELEASE'],
rules=mainapp.config['rules'],
url_root=request.url_root,
coordinate=mainapp.config['tmconfig'].racks[1]['coordinate'])
###########################################################################
# Networking stuff
manifest_api.py 文件源码
python
阅读 25
收藏 0
点赞 0
评论 0
评论列表
文章目录