加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.py 237 Bytes
一键复制 编辑 原始数据 按行查看 历史
awakenjoys 提交于 2014-03-04 18:33 . test
# -*- coding:utf8 -*-
import os
from tornado import template
#指定配置文件模板及软件的目录
template_path=os.path.join(os.path.dirname(__file__), "templates")
softs_path = os.path.join(os.path.dirname(__file__), "softs")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化