diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-04 02:18:12 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-04 02:18:12 -0400 |
| commit | 49b99e9dd5bae89cbc330d7d239ebad5fa69865b (patch) | |
| tree | bd3251c37c21a93649ddcfadd51363697ed31d7d | |
| parent | ea046b39cb799b36464debdb4771deed517e922e (diff) | |
| download | pyramid-49b99e9dd5bae89cbc330d7d239ebad5fa69865b.tar.gz pyramid-49b99e9dd5bae89cbc330d7d239ebad5fa69865b.tar.bz2 pyramid-49b99e9dd5bae89cbc330d7d239ebad5fa69865b.zip | |
separator
| -rw-r--r-- | pyramid/config/testing.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyramid/config/testing.py b/pyramid/config/testing.py index 9daa54ff1..0f709f634 100644 --- a/pyramid/config/testing.py +++ b/pyramid/config/testing.py @@ -4,6 +4,7 @@ from pyramid.interfaces import ITraverser from pyramid.interfaces import IAuthorizationPolicy from pyramid.interfaces import IAuthenticationPolicy from pyramid.interfaces import IRendererFactory + from pyramid.renderers import RendererHelper from pyramid.traversal import traversal_path |
