diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-08 00:29:59 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-08 00:29:59 -0400 |
| commit | d542103badc125214ef2a518245b93bb63d1642b (patch) | |
| tree | 0da5ef13c6e8000795e36ed678d9c45e60d36e69 | |
| parent | b447773f305c7c55126291e8b67f0b6b631a99c0 (diff) | |
| download | pyramid-d542103badc125214ef2a518245b93bb63d1642b.tar.gz pyramid-d542103badc125214ef2a518245b93bb63d1642b.tar.bz2 pyramid-d542103badc125214ef2a518245b93bb63d1642b.zip | |
unused import
| -rw-r--r-- | pyramid/static.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyramid/static.py b/pyramid/static.py index 128d2ce60..08bade4b3 100644 --- a/pyramid/static.py +++ b/pyramid/static.py @@ -10,7 +10,6 @@ from pyramid.httpexceptions import HTTPMovedPermanently from pyramid.path import caller_package from pyramid.response import Response from pyramid.traversal import traversal_path -from pyramid.traversal import quote_path_segment def init_mimetypes(mimetypes): # this is a function so it can be unittested |
