ó
®â0_c           @   s)   d  d l  Z  d  d l m Z d „  Z d S(   iÿÿÿÿN(   t   WSGIHandlerc           C   s   t  j d t ƒ t ƒ  S(   sô   
    The public interface to Django's WSGI support. Should return a WSGI
    callable.

    Allows us to avoid making django.core.handlers.WSGIHandler public API, in
    case the internal WSGI implementation changes or moves in the future.
    t
   set_prefix(   t   djangot   setupt   FalseR    (    (    (    s2   /tmp/pip-unpacked-wheel-BAJOf3/django/core/wsgi.pyt   get_wsgi_application   s    (   R   t   django.core.handlers.wsgiR    R   (    (    (    s2   /tmp/pip-unpacked-wheel-BAJOf3/django/core/wsgi.pyt   <module>   s   