???<!-- GIF89;a -->
123123123123
.....................................................................................................................................???<!-- GIF89;a -->
123123123123
.....................................................................................................................................ó
Afc           @   sE   d  d l  Z  d  d l Z d  d l Td Z d   Z d   Z e   d S(   i’’’’N(   t   *iO   c         C   st   t  t t  } | j |  t f  | j | d  x- | j d  } | sO Pn  t j j	 |  q6 Wt j j
   d  S(   Ns   
i   (   t   sockett   AF_INETt   SOCK_STREAMt   connectt   FINGER_PORTt   sendt   recvt   syst   stdoutt   writet   flush(   t   hostt   argst   st   buf(    (    s+   /usr/lib64/python2.7/Demo/sockets/finger.pyt   finger   s     c          C   sā   d }  d } xO | t  t j  k  r] t j | d  d k r] |  t j | d }  | d } q Wt j | } | s} d g } n  x^ | D]V } d | k rĆ t j | d  } | | d } | |  } n d } t | |  |  q Wd  S(   Nt    i   t   -t    t   @(   t   lenR   t   argvt   stringt   indexR   (   t   optionst   iR   t   argt   atR   (    (    s+   /usr/lib64/python2.7/Demo/sockets/finger.pyt   main%   s    /(   R   R   R   R   R   R   (    (    (    s+   /usr/lib64/python2.7/Demo/sockets/finger.pyt   <module>   s
   
		