83
83
def _realpath(self, path):
84
84
# paths returned from self.canonicalize() always start with
85
85
# a path separator. So if 'root' is just '/', this would cause
88
88
return self.canonicalize(path)
89
89
return self.root + self.canonicalize(path)