summaryrefslogtreecommitdiff
path: root/django/core/handlers/modpython.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/core/handlers/modpython.py')
-rw-r--r--django/core/handlers/modpython.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/django/core/handlers/modpython.py b/django/core/handlers/modpython.py
index eba9dd39ca..b0b8a0618b 100644
--- a/django/core/handlers/modpython.py
+++ b/django/core/handlers/modpython.py
@@ -12,11 +12,6 @@ from django.utils.log import getLogger
logger = getLogger('django.request')
-
-# NOTE: do *not* import settings (or any module which eventually imports
-# settings) until after ModPythonHandler has been called; otherwise os.environ
-# won't be set up correctly (with respect to settings).
-
class ModPythonRequest(http.HttpRequest):
def __init__(self, req):
self._req = req