diff options
| author | Chris McDonough <chrism@plope.com> | 2012-11-27 19:34:40 -0800 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-11-27 19:34:40 -0800 |
| commit | a0957885b2d7bc7609fb90d8e95e551ad90bd85b (patch) | |
| tree | 1e369a630b0a68fe1d84e31f375dc623af9c46e8 /docs/tutorials/wiki/tests.rst | |
| parent | fb30e2cb79490f9dcafaea3d5ce2c0af140eae71 (diff) | |
| parent | 02d18abdc79a727b1e148dc8718a9c15fe613be0 (diff) | |
| download | pyramid-a0957885b2d7bc7609fb90d8e95e551ad90bd85b.tar.gz pyramid-a0957885b2d7bc7609fb90d8e95e551ad90bd85b.tar.bz2 pyramid-a0957885b2d7bc7609fb90d8e95e551ad90bd85b.zip | |
Merge pull request #732 from ppaez/transaction-dependency
Transaction dependency in ZODB tutorial
Diffstat (limited to 'docs/tutorials/wiki/tests.rst')
| -rw-r--r-- | docs/tutorials/wiki/tests.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/tests.rst b/docs/tutorials/wiki/tests.rst index ebb4d93dc..46d009d0f 100644 --- a/docs/tutorials/wiki/tests.rst +++ b/docs/tutorials/wiki/tests.rst @@ -62,7 +62,7 @@ Change the ``requires`` list in ``setup.py`` to include ``WebTest``. .. literalinclude:: src/tests/setup.py :linenos: :language: python - :lines: 9-18 + :lines: 9-19 After we've added a dependency on WebTest in ``setup.py``, we need to rerun ``setup.py develop`` to get WebTest installed into our virtualenv. Assuming |
