summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl b/paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl
index 6df5a6e..cb49352 100644
--- a/paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl
+++ b/paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl
@@ -1,6 +1,6 @@
import cgi
-from paste.deploy import CONFIG
+from paste.deploy.config import CONFIG
def application(environ, start_response):
@@ -21,4 +21,3 @@ def application(environ, start_response):
% (key, cgi.escape(repr(value))))
content.append('</table></body></html>')
return content
- \ No newline at end of file