ó
O'^c           @@  sŋ   d  d l  m Z d  d l Z e e d  Z e j d  d k rQ d d l m Z n d d l m Z e rŪ d  d l	 Z	 d d l
 m Z m Z d e	 j f d	     YZ e e	 _ n  e e j e <d S(
   i    (   t   absolute_importNt   pypy_version_infoi   i   (   t
   connection(   t   setblockingt   send_offsett
   Connectionc           B@  s   e  Z d    Z d   Z RS(   c         C@  s   t  |  j   | |  S(   N(   R   t   fileno(   t   selft   buft   offset(    (    s5   /tmp/pip-unpacked-wheel-40MfcW/billiard/connection.pyR      s    c         C@  s   t  |  j   |  d  S(   N(   R   R   (   R   t   blocking(    (    s5   /tmp/pip-unpacked-wheel-40MfcW/billiard/connection.pyR      s    (   t   __name__t
   __module__R   R   (    (    (    s5   /tmp/pip-unpacked-wheel-40MfcW/billiard/connection.pyR      s   	(   t
   __future__R    t   syst   hasattrt   is_pypyt   version_infot   py3R   t   py2t   _multiprocessingt   compatR   R   R   t   modulesR   (    (    (    s5   /tmp/pip-unpacked-wheel-40MfcW/billiard/connection.pyt   <module>   s   