module SassC::Uri

def file_urls_to_relative_path(url, from_url)

def file_urls_to_relative_path(url, from_url)
  decode_uri_component(file_urls_to_relative_url(url, from_url))
end