From e655101482993bde561d49d9bf87d170e8a3a642 Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Thu, 24 Jul 2008 19:56:57 +0000 Subject: Change more occurrences to mod:repoze --- docs/glossary.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 8452f915c..5274ef2de 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -13,6 +13,10 @@ iterable body), headerlist (representing the http headers sent upstream), and status (representing the http status string). This is the interface defined for ``WebOb`` response objects. + setuptools + `Setuptools `_ + builds on Python's ``distutils`` to provide easier building, + distribution, and installation of packages. view A "view" is a callable which returns a response object. It should accept two values: context and request. -- cgit v1.2.3