40
40
permission = 'submit_project'
42
def __init__(self, req, name, path=""):
42
def __init__(self, req, name, path=u"/"):
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)