summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorianb <ianb@localhost>2007-04-01 19:11:19 +0000
committerianb <ianb@localhost>2007-04-01 19:11:19 +0000
commit66ec468d16f0db9197cfbfc5325409d746c3dbcb (patch)
tree8339dc387ab4e2650a63ad2d974dcdfd80d9dd20
parent58dad40a6dc3b1428dc8dbcb87efdf1532f68f8c (diff)
downloadpastedeploy-git-66ec468d16f0db9197cfbfc5325409d746c3dbcb.tar.gz
doh, typo
-rw-r--r--paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl b/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
index 71ea310..0c0ae35 100644
--- a/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
+++ b/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
@@ -16,7 +16,7 @@ greeting = Aloha!
use = devel
[server:main]
-use = egg:Page#http
+use = egg:Paste#http
# Change to 0.0.0.0 to make public:
host = 127.0.0.1
port = 8080