web/ldt/core/handlers/modpython.py
changeset 100 c5514a2bfdcd
parent 91 9c83809fda01
--- a/web/ldt/core/handlers/modpython.py	Tue Oct 19 15:21:07 2010 +0200
+++ b/web/ldt/core/handlers/modpython.py	Wed Oct 20 11:19:38 2010 +0200
@@ -3,6 +3,6 @@
     activate_this = req.get_options().get("virtualenv.activate_path")
     execfile(activate_this, dict(__file__=activate_this))    
 
-    import django.core.handlers.wsgi
+    import django.core.handlers.modpython
 
-    return django.core.handlers.wsgi.handler(req)
+    return django.core.handlers.modpython.handler(req)
\ No newline at end of file