Exemplo n.º 1
0
def strip_path(url):
    """removes path part of the url"""
    return url_utils.strip_path(url)
Exemplo n.º 2
0
def strip_path(url):
    """removes path part of the url"""
    return url_utils.strip_path(url)