summaryrefslogtreecommitdiff
path: root/paste/evalexception
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-12-18 21:43:59 +0000
committerianb <devnull@localhost>2005-12-18 21:43:59 +0000
commit3e85883578c028ab9da207c0af4a2115abf7735b (patch)
tree05e2406c54efe61998e6e32e5b4195130dd7d2fa /paste/evalexception
parentd5745a95d3b2def7d5fb49b0cd05e2b461454b1f (diff)
downloadpaste-3e85883578c028ab9da207c0af4a2115abf7735b.tar.gz
Just include the packed form of MochiKit in evalexception, not the entire checkout
Diffstat (limited to 'paste/evalexception')
-rw-r--r--paste/evalexception/middleware.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/evalexception/middleware.py b/paste/evalexception/middleware.py
index aeaa7f0..83dc37b 100644
--- a/paste/evalexception/middleware.py
+++ b/paste/evalexception/middleware.py
@@ -183,7 +183,7 @@ class EvalException(object):
def mochikit(self, environ, start_response):
app = urlparser.StaticURLParser(
- os.path.join(os.path.dirname(__file__), 'mochikit', 'MochiKit'))
+ os.path.join(os.path.dirname(__file__), 'mochikit'))
return app(environ, start_response)
mochikit.exposed = True