summaryrefslogtreecommitdiff
path: root/docs/quick_tour/package
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-08-16 00:20:30 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-08-16 00:20:30 +0200
commit916c2c7b9f0efa39458090e8406ed9f5de580fa6 (patch)
tree5207cf6da917afa374070841dc8d494f9b31e371 /docs/quick_tour/package
parentf8bb05c5318688fdbee9bdabfa05d2d66da577b8 (diff)
downloadpyramid-916c2c7b9f0efa39458090e8406ed9f5de580fa6.tar.gz
pyramid-916c2c7b9f0efa39458090e8406ed9f5de580fa6.tar.bz2
pyramid-916c2c7b9f0efa39458090e8406ed9f5de580fa6.zip
remove extraneous space
Diffstat (limited to 'docs/quick_tour/package')
-rw-r--r--docs/quick_tour/package/development.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/quick_tour/package/development.ini b/docs/quick_tour/package/development.ini
index a751ff903..a3a73e885 100644
--- a/docs/quick_tour/package/development.ini
+++ b/docs/quick_tour/package/development.ini
@@ -11,8 +11,6 @@ debug_templates = true
default_locale_name = en
jinja2.directories = hello_world:templates
-
-
[pipeline:main]
pipeline =
hello_world
@@ -44,7 +42,6 @@ keys = generic
level = INFO
handlers = console
-
[handler_console]
class = StreamHandler
args = (sys.stderr,)