web/ldt/core/handlers/modpython.py
changeset 91 9c83809fda01
parent 0 cc4a51750724
child 100 c5514a2bfdcd
--- a/web/ldt/core/handlers/modpython.py	Tue Sep 28 18:24:14 2010 +0200
+++ b/web/ldt/core/handlers/modpython.py	Tue Oct 05 18:19:44 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.modpython
+    import django.core.handlers.wsgi
 
-    return django.core.handlers.modpython.handler(req)
\ No newline at end of file
+    return django.core.handlers.wsgi.handler(req)