Steve Piercy
2018-05-16 974833c98e805e212cd46423e7c69e1e13b98e1f
Merge pull request #3287 from radurevutchi/master

issue #3276 removed extra lines from previous PR
11 files modified
11 ■■■■■ changed files
docs/quick_tutorial/authentication/setup.py 1 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/authorization/setup.py 1 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/json/setup.py 1 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/logging/setup.py 1 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/more_view_classes/setup.py 1 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/retail_forms/setup.py 1 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/routing/setup.py 1 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/sessions/setup.py 1 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/static_assets/setup.py 1 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/templating/setup.py 1 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/view_classes/setup.py 1 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/authentication/setup.py
@@ -5,7 +5,6 @@
    'pyramid',
    'pyramid_chameleon',
    'waitress',
]
setup(name='tutorial',
docs/quick_tutorial/authorization/setup.py
@@ -5,7 +5,6 @@
    'pyramid',
    'pyramid_chameleon',
    'waitress',
]
setup(name='tutorial',
docs/quick_tutorial/json/setup.py
@@ -4,7 +4,6 @@
    'pyramid',
    'pyramid_chameleon',
    'waitress',
]
setup(name='tutorial',
docs/quick_tutorial/logging/setup.py
@@ -4,7 +4,6 @@
    'pyramid',
    'pyramid_chameleon',
    'waitress',
]
setup(name='tutorial',
docs/quick_tutorial/more_view_classes/setup.py
@@ -4,7 +4,6 @@
    'pyramid',
    'pyramid_chameleon',
    'waitress',
]
setup(name='tutorial',
docs/quick_tutorial/retail_forms/setup.py
@@ -5,7 +5,6 @@
    'pyramid',
    'pyramid_chameleon',
    'waitress',
]
setup(name='tutorial',
docs/quick_tutorial/routing/setup.py
@@ -4,7 +4,6 @@
    'pyramid',
    'pyramid_chameleon',
    'waitress',
]
setup(name='tutorial',
docs/quick_tutorial/sessions/setup.py
@@ -4,7 +4,6 @@
    'pyramid',
    'pyramid_chameleon',
    'waitress',
]
setup(name='tutorial',
docs/quick_tutorial/static_assets/setup.py
@@ -4,7 +4,6 @@
    'pyramid',
    'pyramid_chameleon',
    'waitress',
]
setup(name='tutorial',
docs/quick_tutorial/templating/setup.py
@@ -4,7 +4,6 @@
    'pyramid',
    'pyramid_chameleon',
    'waitress',
]
setup(name='tutorial',
docs/quick_tutorial/view_classes/setup.py
@@ -4,7 +4,6 @@
    'pyramid',
    'pyramid_chameleon',
    'waitress',
]
setup(name='tutorial',