summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-10-20 19:17:23 +0000
committerianb <devnull@localhost>2006-10-20 19:17:23 +0000
commit96644d94fd727e919d6a3d52998f276c90cbf770 (patch)
tree2e44477c0d1af2af22b76123841814431e5c0017 /setup.py
parente4815ce24daa232d588d588490b214b079890451 (diff)
downloadpaste-96644d94fd727e919d6a3d52998f276c90cbf770.tar.gz
Add docstring for all the entry points
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index d91c119..25883cf 100644
--- a/setup.py
+++ b/setup.py
@@ -142,7 +142,6 @@ For the latest changes see the `news file
static = paste.urlparser:make_static
pkg_resources = paste.urlparser:make_pkg_resources
urlparser = paste.urlparser:make_url_parser
- selenium_index = paste.debug.recorder.selenium_suite:make_selenium_index_app
proxy = paste.proxy:make_proxy
test = paste.debug.debugapp:make_test_app
test_slow = paste.debug.debugapp:make_slow_app
@@ -172,7 +171,6 @@ For the latest changes see the `news file
auth_form = paste.auth.form:make_form
grantip = paste.auth.grantip:make_grantip
openid = paste.auth.open_id:make_open_id_middleware [openid]
- recorder = paste.debug.recorder.record:make_recorder
pony = paste.pony:make_pony
errordocument = paste.errordocument:make_errordocument
auth_cookie = paste.auth.cookie:make_auth_cookie