1
0
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:
Aymeric Augustin
2013-09-07 09:25:51 -05:00
parent ec47de77d6
commit 636860fbfb
4 changed files with 50 additions and 50 deletions

View File

@@ -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