From 44fa5352360b78696c3d81cafa8e24eaa4f6c3ed Mon Sep 17 00:00:00 2001 From: ianb Date: Fri, 20 Oct 2006 22:08:05 +0000 Subject: A big commit, primarily aesthetic/whitespace in nature. This is the result of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up. --- paste/urlmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/urlmap.py') diff --git a/paste/urlmap.py b/paste/urlmap.py index 70a552a..bb39e49 100644 --- a/paste/urlmap.py +++ b/paste/urlmap.py @@ -7,7 +7,7 @@ Map URL prefixes to WSGI applications. See ``URLMap`` from UserDict import DictMixin import re import os -import httpexceptions +from paste import httpexceptions __all__ = ['URLMap', 'PathProxyURLMap'] -- cgit v1.2.1