From 9e189243d64f32ee33153e6f257e989d43a6b011 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 12 Jul 2011 05:19:39 -0400 Subject: remove unused import --- pyramid/router.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyramid/router.py b/pyramid/router.py index d011b1245..880429424 100644 --- a/pyramid/router.py +++ b/pyramid/router.py @@ -12,7 +12,6 @@ from pyramid.interfaces import IRoutesMapper from pyramid.interfaces import ITraverser from pyramid.interfaces import IView from pyramid.interfaces import IViewClassifier -from pyramid.interfaces import IResponse from pyramid.events import ContextFound from pyramid.events import NewRequest -- cgit v1.2.3