Warning:  Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4
Warning:  Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4
Warning:  Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4
Warning:  Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4
Warning:  Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4
Warning:  Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4
Oc        
   @  s)  d  d k  l Z d  d k Z d  d k Z d  d k Z d  d k l Z l Z l Z d  d k	 l
 Z
 l Z d  d k l
 Z
 l Z l Z d  d k l Z e i e  Z e i d  Z e i d e i  Z e i d	 e i  Z e d
  Z e d d d
 d   Z d d  Z d   Z d   Z  d   Z! d S(   i(   t   with_statementN(   t   existst   isdirt   join(   t   PIPEt   Popen(   t   vreprt   getvert   get_requested_versions(   t   memoizes/   .*?/usr/lib/python(\d.\d+)/(site|dist)-packagess  
    (?P[A-Za-z][A-Za-z0-9_.]*)             # Python distribution name
    \s*
    (?P(?:-?\d\.\d+(?:-(?:\d\.\d+)?)?)?) # version range
    \s*
    (?P(?:[a-z][^;]*)?)              # Debian dependency
    (?:  # optional upstream version -> Debian version translator
        ;\s*
        (?PPEP386)?                    # PEP-386 mode
        \s*
        (?Ps/.*)?                         # translator rules
    )?
    s  
    (?P[A-Za-z][A-Za-z0-9_.]*)     # Python distribution name
    \s*
    (?P(?:\[[^\]]*\])?)  # ignored for now
    \s*
    (?:  # optional minimum/maximum version
        (?P<=?|>=?|==|!=)
        \s*
        (?P(\w|[-.])+)
    )?
    c      
   C  s   t  |   i i   } z | ~ } x | D] } | i d  } | i d  p | o q* n t i |  p= t i d |  i	 d d  d |  | o t
 d  n t Sq* WWd QXt S(	   s    Check if pydist file looks good.s   
t   #s"   invalid pydist data in file %s: %st   /i   ii   N(
   t   opent   __exit__t	   __enter__t   stript
   startswitht	   PYDIST_REt   matcht   logt   errort   rsplitt   exitt   Falset   True(   t   fpatht
   exit_on_errort   _[1]t   fpt   line(    (    s%   /usr/share/python/debpython/pydist.pyt   validate<