67
67
raise NoSuchFile(path, extra=e)
69
69
except (BzrError, IOError), e:
71
71
mutter('io error: %s %s for has url: %r',
72
72
e.errno, errno.errorcode.get(e.errno), path)
73
73
if e.errno == errno.ENOENT:
74
74
raise NoSuchFile(path, extra=e)
79
79
def _get_url_impl(self, url, method, ranges, tail_amount=0):
80
80
"""Actually pass get request into urllib