summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/authentication
diff options
context:
space:
mode:
authorRadu Revutchi <radurevutchi@gmail.com>2018-05-15 18:08:19 -0400
committerRadu Revutchi <radurevutchi@gmail.com>2018-05-15 18:08:19 -0400
commit21ea2cb9e6dbb509ba275f9d4cbad6258a9c3c51 (patch)
tree6fe2ea8eadeb0b4ff48542c7c9b19decf302b850 /docs/quick_tutorial/authentication
parente68e308330bd1626518c695d3253f9db828f4669 (diff)
downloadpyramid-21ea2cb9e6dbb509ba275f9d4cbad6258a9c3c51.tar.gz
pyramid-21ea2cb9e6dbb509ba275f9d4cbad6258a9c3c51.tar.bz2
pyramid-21ea2cb9e6dbb509ba275f9d4cbad6258a9c3c51.zip
issue #3182 removed extra lines from previous PR
Diffstat (limited to 'docs/quick_tutorial/authentication')
-rw-r--r--docs/quick_tutorial/authentication/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/quick_tutorial/authentication/setup.py b/docs/quick_tutorial/authentication/setup.py
index e89b4e241..a5117af5a 100644
--- a/docs/quick_tutorial/authentication/setup.py
+++ b/docs/quick_tutorial/authentication/setup.py
@@ -5,7 +5,6 @@ requires = [
'pyramid',
'pyramid_chameleon',
'waitress',
-
]
setup(name='tutorial',