diff options
| author | ianb <devnull@localhost> | 2005-09-26 18:14:26 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2005-09-26 18:14:26 +0000 |
| commit | f1e67ccf36dc8fcfd879d32621932fd85b9e3062 (patch) | |
| tree | 121c81139c50464e1cee7907c0594535e97cdeab /paste/deploy | |
| parent | edc28ea8719f06f4d37ee683173fc28fcab62e5f (diff) | |
| download | pastedeploy-f1e67ccf36dc8fcfd879d32621932fd85b9e3062.tar.gz | |
Changed to special dir, instead of curdir
Diffstat (limited to 'paste/deploy')
| -rw-r--r-- | paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl | 2 |
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 4d2b2ad..05a80fb 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 @@ -1,7 +1,7 @@ [DEFAULT] client_name = test_client email_errors = ${author_email|empty} -config_root = . +config_root = <docs> [app:main] use = egg:PasteWebKit |
