Changeset 6305
- Timestamp:
- 09/15/07 13:36:31 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/contrib/auth/handlers/modpython.py
r4265 r6305 10 10 # that so that the following import works 11 11 os.environ.update(req.subprocess_env) 12 13 # apache 2.2 requires a call to req.get_basic_auth_pw() before 14 # req.user and friends are available. 15 req.get_basic_auth_pw() 12 16 13 17 # check for PythonOptions
