diff options
| author | Chris McDonough <chrism@plope.com> | 2013-09-07 06:28:37 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-09-07 06:28:37 -0400 |
| commit | 2291238b72b6603b475a8551f3b4f2c178e2ba81 (patch) | |
| tree | 6d477fb5f623c8664d89c445c7879deb7d72ab30 | |
| parent | fb9641334e78fa488fa24e8473174cd1620485fc (diff) | |
| download | pyramid-2291238b72b6603b475a8551f3b4f2c178e2ba81.tar.gz pyramid-2291238b72b6603b475a8551f3b4f2c178e2ba81.tar.bz2 pyramid-2291238b72b6603b475a8551f3b4f2c178e2ba81.zip | |
single line import
| -rw-r--r-- | pyramid/config/rendering.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pyramid/config/rendering.py b/pyramid/config/rendering.py index a14853fdc..a301b9c43 100644 --- a/pyramid/config/rendering.py +++ b/pyramid/config/rendering.py @@ -7,10 +7,7 @@ from pyramid.interfaces import ( ) from pyramid.util import action_method - -from pyramid import ( - renderers, - ) +from pyramid import renderers DEFAULT_RENDERERS = ( ('json', renderers.json_renderer_factory), |
