192
192
if _abspath in self._files:
193
193
self._translate_error(IOError(errno.ENOTDIR, relpath), relpath)
196
196
self._translate_error(IOError(errno.ENOTEMPTY, relpath),
200
200
self._translate_error(IOError(errno.ENOTEMPTY, relpath), relpath)
201
201
if not _abspath in self._dirs:
202
202
raise NoSuchFile(relpath)