From d542103badc125214ef2a518245b93bb63d1642b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 8 Sep 2011 00:29:59 -0400 Subject: unused import --- pyramid/static.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3