ó
ÐH/\c           @   s¹   d  Z  d d l m Z d d l m Z d „  Z e r• e e d ƒ d ƒ r] d d l m	 Z
 q¥ d d l m Z
 d d	 l Z e j d
 e d d ƒ[ n d d l m Z
 e e
 e ƒ  ƒ d	 S(   s(   
Secure Sockets Layer (SSL/TLS) module.
iÿÿÿÿ(   t   PY2(   t   copy_globalsc         K   s   t  ƒ  ‚ d  S(   N(   t   NotImplementedError(   t   _sockt   _kwargs(    (    s)   lib/python2.7/site-packages/gevent/ssl.pyt   wrap_socket   s    t   sslt
   SSLContext(   t
   _sslgte279(   t   _ssl2Ns«   This version of Python has an insecure SSL implementation. gevent is no longer tested with it, and support will be removed in gevent 1.5. Please use Python 2.7.9 or newer.t
   stackleveli   (   t   _ssl3(   t   __doc__t   gevent._compatR    t   gevent._utilR   R   t   hasattrt
   __import__t   geventR   t   _sourceR	   t   warningst   warnt   DeprecationWarningR   t   globals(    (    (    s)   lib/python2.7/site-packages/gevent/ssl.pyt   <module>   s   	