ó
;ÏOc           @   s   d  d l  m Z d „  Z d S(   iÿÿÿÿ(   t   WSGIHandlerc           C   s   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.

    (   R    (    (    (    s)   ../Django//lib/python/django/core/wsgi.pyt   get_wsgi_application   s    	N(   t   django.core.handlers.wsgiR    R   (    (    (    s)   ../Django//lib/python/django/core/wsgi.pyt   <module>   s   