def render(self, request): notFound = resource.NoResource( "CGI directories do not support directory listing.") return notFound.render(request)