From d29fa9b439554f135e564df5808782fbcf046122 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 26 Dec 2010 01:20:09 -0500 Subject: remove unused import --- docs/narr/static.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/static.rst b/docs/narr/static.rst index d4f6da76d..bf1e57de8 100644 --- a/docs/narr/static.rst +++ b/docs/narr/static.rst @@ -284,7 +284,6 @@ do so, do things "by hand". First define the view callable. :linenos: import os - from pyramid.view import view_config from webob import Response def favicon_view(request): -- cgit v1.2.3