summaryrefslogtreecommitdiff
path: root/docs/narr/MyProject/myproject/__init__.py
diff options
context:
space:
mode:
authorPatricio Paez <pp@pp.com.mx>2012-11-29 22:10:38 -0600
committerPatricio Paez <pp@pp.com.mx>2012-11-29 22:10:38 -0600
commitd85569e38ba88029864b7908dbee3f948b103712 (patch)
tree97b6078e03001747528a227897e6ef325febc517 /docs/narr/MyProject/myproject/__init__.py
parent877eebdbd3ca4f9c7ab1b30bf16b76be64ed5dbc (diff)
downloadpyramid-d85569e38ba88029864b7908dbee3f948b103712.tar.gz
pyramid-d85569e38ba88029864b7908dbee3f948b103712.tar.bz2
pyramid-d85569e38ba88029864b7908dbee3f948b103712.zip
Sync MyProject files with the starter scaffold
- Line numbers are mentioned only in the Creating a Pyramid Project chapter; those that are affected were updated.
Diffstat (limited to 'docs/narr/MyProject/myproject/__init__.py')
-rw-r--r--docs/narr/MyProject/myproject/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/narr/MyProject/myproject/__init__.py b/docs/narr/MyProject/myproject/__init__.py
index 31b02cf02..6c512f52f 100644
--- a/docs/narr/MyProject/myproject/__init__.py
+++ b/docs/narr/MyProject/myproject/__init__.py
@@ -1,5 +1,6 @@
from pyramid.config import Configurator
+
def main(global_config, **settings):
""" This function returns a Pyramid WSGI application.
"""