示例#1
0
文件: utils.py 项目: ESS-LLP/bench
def set_url_root(site, url_root):
	"Set url root for site"
	from bench.config.site_config import set_url_root
	set_url_root(site, url_root)
示例#2
0
def set_url_root(site, url_root):
    "Set url root for site"
    from bench.config.site_config import set_url_root
    set_url_root(site, url_root)
示例#3
0
文件: utils.py 项目: yakirtza/bench
def set_url_root(site, url_root):
    from bench.config.site_config import set_url_root
    set_url_root(site, url_root)