summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-04-01 19:11:19 +0000
committerianb <devnull@localhost>2007-04-01 19:11:19 +0000
commit7690b5ecb815acf6e6cb7f0906c644d398326192 (patch)
tree8339dc387ab4e2650a63ad2d974dcdfd80d9dd20
parent73b66ee7b7faac5c75a2416a6336d7872776a522 (diff)
downloadpastedeploy-7690b5ecb815acf6e6cb7f0906c644d398326192.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