43
43
# We need to work out which entity owns the repository, so we look
44
44
# at the first two path segments. The first tells us the type.
45
45
self.context = self.get_repository_owner(req.store, name)
46
48
# XXX Re-convert to unicode (os.path.normpath(u"/") returns a str).