mirror of
https://github.com/django/django.git
synced 2025-10-30 00:56:09 +00:00
Moved two WSGI-specific functions to the WSGI handler.
They were defined in base when the mod_python handler used them. See bfcecbff.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from django.conf import settings
|
||||
from django.core.handlers.base import get_path_info
|
||||
from django.core.handlers.wsgi import WSGIHandler
|
||||
from django.core.handlers.wsgi import get_path_info, WSGIHandler
|
||||
from django.utils.six.moves.urllib.parse import urlparse
|
||||
from django.utils.six.moves.urllib.request import url2pathname
|
||||
|
||||
|
||||
Reference in New Issue
Block a user