Beispiel #1
0
def strip_path(url):
    """removes path part of the url"""
    return url_utils.strip_path(url)
def strip_path(url):
    """removes path part of the url"""
    return url_utils.strip_path(url)