def join()

in molotov_scenarios.py [0:0]


def join(base_url, *fragments):
        path = '/'.join(fragments)
        return urljoin(base_url, path)