diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-05-26 13:12:19 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-05-26 13:12:19 -0700 |
| commit | bd629fac8714d32e55196c54d7ff476e4830db57 (patch) | |
| tree | 774e367ef7cb2c5411b014a68f6829a274d1cc31 /docs/tutorials/wiki/src/tests/setup.py | |
| parent | 5a679cbc019905a2d57c8cac14af9e0e7f3a90bd (diff) | |
| parent | a940e1ccaa6c3ca81b1dec6ba2e505af9b792222 (diff) | |
| download | pyramid-bd629fac8714d32e55196c54d7ff476e4830db57.tar.gz pyramid-bd629fac8714d32e55196c54d7ff476e4830db57.tar.bz2 pyramid-bd629fac8714d32e55196c54d7ff476e4830db57.zip | |
Merge pull request #1790 from stevepiercy/master
- clean up and make defininingviews consistent between two wiki tutor…
Diffstat (limited to 'docs/tutorials/wiki/src/tests/setup.py')
| -rw-r--r-- | docs/tutorials/wiki/src/tests/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/src/tests/setup.py b/docs/tutorials/wiki/src/tests/setup.py index 2e7ed2398..b67b702cf 100644 --- a/docs/tutorials/wiki/src/tests/setup.py +++ b/docs/tutorials/wiki/src/tests/setup.py @@ -11,10 +11,10 @@ with open(os.path.join(here, 'CHANGES.txt')) as f: requires = [ 'pyramid', 'pyramid_chameleon', + 'pyramid_debugtoolbar', + 'pyramid_tm', 'pyramid_zodbconn', 'transaction', - 'pyramid_tm', - 'pyramid_debugtoolbar', 'ZODB3', 'waitress', 'docutils', |
