summaryrefslogtreecommitdiff
path: root/paste/cascade.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-10-20 22:08:05 +0000
committerianb <devnull@localhost>2006-10-20 22:08:05 +0000
commit44fa5352360b78696c3d81cafa8e24eaa4f6c3ed (patch)
treeccde2c446f352cb5344f3c9a40090f12290bf9a7 /paste/cascade.py
parent9eadab4b64440958f99a2fa1798227bb4a53193c (diff)
downloadpaste-44fa5352360b78696c3d81cafa8e24eaa4f6c3ed.tar.gz
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.
Diffstat (limited to 'paste/cascade.py')
-rw-r--r--paste/cascade.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/paste/cascade.py b/paste/cascade.py
index 847e73c..9176320 100644
--- a/paste/cascade.py
+++ b/paste/cascade.py
@@ -5,8 +5,8 @@
Cascades through several applications, so long as applications
return ``404 Not Found``.
"""
-import httpexceptions
-from util import converters
+from paste import httpexceptions
+from paste.util import converters
__all__ = ['Cascade']