Skip to content

Commit

Permalink
[svn] Use new paste.errordocument module
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
thejimmyg committed Mar 5, 2006
1 parent f3ed4b2 commit b84f378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylons/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def ErrorHandler(app, global_conf, **errorware):
from pylons.util import run_wsgi

from paste.recursive import RecursiveMiddleware
from paste.error_document import custom_forward
from paste.errordocument import custom_forward
from urllib import urlencode
from paste.deploy.converters import asbool
from pylons.util import get_prefix
Expand Down

0 comments on commit b84f378

Please sign in to comment.