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)
def set_url_root(site, url_root): from bench.config.site_config import set_url_root set_url_root(site, url_root)