diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-12 05:19:39 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-12 05:19:39 -0400 |
| commit | 9e189243d64f32ee33153e6f257e989d43a6b011 (patch) | |
| tree | 6ce29dd6e54da7abe41cd7e4f3341039b6849e57 | |
| parent | 82efa44c0d8f4b18b4f341519f54ecad68b56364 (diff) | |
| download | pyramid-9e189243d64f32ee33153e6f257e989d43a6b011.tar.gz pyramid-9e189243d64f32ee33153e6f257e989d43a6b011.tar.bz2 pyramid-9e189243d64f32ee33153e6f257e989d43a6b011.zip | |
remove unused import
| -rw-r--r-- | pyramid/router.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
