summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src/authorization
diff options
context:
space:
mode:
authorPatricio Paez <pp@pp.com.mx>2012-12-02 18:10:33 -0600
committerPatricio Paez <pp@pp.com.mx>2012-12-02 18:20:41 -0600
commit95a0b80ed0eefae151d00043f85d94534a256b89 (patch)
tree9c2936fead7c44e19ad7f8ff2fb6bf520452df38 /docs/tutorials/wiki2/src/authorization
parent412c4b09deb3a53f3c9ee39423b527709ea13097 (diff)
downloadpyramid-95a0b80ed0eefae151d00043f85d94534a256b89.tar.gz
pyramid-95a0b80ed0eefae151d00043f85d94534a256b89.tar.bz2
pyramid-95a0b80ed0eefae151d00043f85d94534a256b89.zip
Sync tests.py and views.py in SQL wiki tutorial
- No line references to update
Diffstat (limited to 'docs/tutorials/wiki2/src/authorization')
-rw-r--r--docs/tutorials/wiki2/src/authorization/tutorial/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/src/authorization/tutorial/tests.py b/docs/tutorials/wiki2/src/authorization/tutorial/tests.py
index 31d2dc6d5..5dcee127b 100644
--- a/docs/tutorials/wiki2/src/authorization/tutorial/tests.py
+++ b/docs/tutorials/wiki2/src/authorization/tutorial/tests.py
@@ -1,5 +1,6 @@
import unittest
import transaction
+
from pyramid import testing
def _initTestingDB():