def hello_world(request): return Response( 'Hello world from Pyramid!\n', content_type='text/plain', )