summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-15 16:18:06 -0500
committerChris McDonough <chrism@plope.com>2012-02-15 16:18:06 -0500
commit2e7f0cfb4c5f0a4804e0c44cdf181c2ee35b020a (patch)
treef875363007e8e079e0519468cc992eb847328ce4 /docs/narr
parent2d5aa5b0e1a2abea9efcb99e8305bea305723130 (diff)
downloadpyramid-2e7f0cfb4c5f0a4804e0c44cdf181c2ee35b020a.tar.gz
pyramid-2e7f0cfb4c5f0a4804e0c44cdf181c2ee35b020a.tar.bz2
pyramid-2e7f0cfb4c5f0a4804e0c44cdf181c2ee35b020a.zip
remove unused imports
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/renderers.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/narr/renderers.rst b/docs/narr/renderers.rst
index ed391f4fe..67354a1ed 100644
--- a/docs/narr/renderers.rst
+++ b/docs/narr/renderers.rst
@@ -156,7 +156,6 @@ dictionary:
.. code-block:: python
:linenos:
- from pyramid.response import Response
from pyramid.view import view_config
@view_config(renderer='string')
@@ -193,7 +192,6 @@ render the returned dictionary to a JSON serialization:
.. code-block:: python
:linenos:
- from pyramid.response import Response
from pyramid.view import view_config
@view_config(renderer='json')