diff options
| author | Chris Shenton <chris@v-studios.com> | 2017-10-21 16:03:24 +0200 |
|---|---|---|
| committer | Chris Shenton <chris@v-studios.com> | 2017-10-21 16:03:24 +0200 |
| commit | 90ba8b3e8229a3b86cc28b8f828b4c8710022025 (patch) | |
| tree | 3e00f3c55f1282d8a6a239212ab3465469848415 | |
| parent | bcf79f0d2555236b8b70932d30fd76bd15591ba0 (diff) | |
| parent | cfc8fbe0e1380c06b01643f8310ae59ea0af820b (diff) | |
| download | pyramid-90ba8b3e8229a3b86cc28b8f828b4c8710022025.tar.gz pyramid-90ba8b3e8229a3b86cc28b8f828b4c8710022025.tar.bz2 pyramid-90ba8b3e8229a3b86cc28b8f828b4c8710022025.zip | |
Merge branch 'feature/GH#2926_quick_tutorial_wsgiref_to_waitress' of github.com:shentonfreude/pyramid into feature/GH#2926_quick_tutorial_wsgiref_to_waitress
| -rw-r--r-- | docs/quick_tutorial/authorization/setup.py | 2 | ||||
| -rw-r--r-- | docs/quick_tutorial/debugtoolbar/setup.py | 2 | ||||
| -rw-r--r-- | docs/quick_tutorial/forms/setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/quick_tutorial/authorization/setup.py b/docs/quick_tutorial/authorization/setup.py index 808a6f9a9..0da300ba0 100644 --- a/docs/quick_tutorial/authorization/setup.py +++ b/docs/quick_tutorial/authorization/setup.py @@ -13,4 +13,4 @@ setup(name='tutorial', [paste.app_factory] main = tutorial:main """, -)
\ No newline at end of file +) diff --git a/docs/quick_tutorial/debugtoolbar/setup.py b/docs/quick_tutorial/debugtoolbar/setup.py index a93cf6a73..39a045af0 100644 --- a/docs/quick_tutorial/debugtoolbar/setup.py +++ b/docs/quick_tutorial/debugtoolbar/setup.py @@ -11,4 +11,4 @@ setup(name='tutorial', [paste.app_factory] main = tutorial:main """, -)
\ No newline at end of file +) diff --git a/docs/quick_tutorial/forms/setup.py b/docs/quick_tutorial/forms/setup.py index 5293ef7f0..9671e609b 100644 --- a/docs/quick_tutorial/forms/setup.py +++ b/docs/quick_tutorial/forms/setup.py @@ -13,4 +13,4 @@ setup(name='tutorial', [paste.app_factory] main = tutorial:main """, -)
\ No newline at end of file +) |
