示例#1
0
def reload_nginx():
    from bench.config.production_setup import reload_nginx
    reload_nginx()
示例#2
0
文件: setup.py 项目: kossanah/bench
def reload_nginx():
	from bench.config.production_setup import reload_nginx
	reload_nginx()