-í
é¶<c       sz   d  k  Z  d  k Z d  k Z d  k Z d  k Z d Z e i ƒ  Z d e i f d „  ƒ  YZ	 e
 d j o e i e	 ƒ n d  S(   Ns   
machine foo login log1 password pass1 account acct1

macdef macro1
line1
line2

macdef macro2
line3
line4

default login log2 password pass2 

s   NetrcTestCasec      s#   t  Z d „  Z d „  Z d „  Z RS(   Nc    s<   t  t d ƒ } | i t ƒ | i ƒ  t i t ƒ |  _ d  S(   Ns   wt(   s   opens   temp_filenames   fps   writes
   TEST_NETRCs   closes   netrcs   self(   s   selfs   fp(    (    s%   /usr/lib/python2.2/test/test_netrc.pys   setUp s    
c    s   |  ` t i t ƒ d  S(   N(   s   selfs   netrcs   oss   unlinks   temp_filename(   s   self(    (    s%   /usr/lib/python2.2/test/test_netrc.pys   tearDown s    c    s‡   |  i |  i i h  d d g d <d d g d <j ƒ |  i |  i i d d d	 d
 f j ƒ |  i |  i i d d t d f j ƒ d  S(   Ns   line1
s   line2
s   macro1s   line3
s   line4
s   macro2s   foos   log1s   acct1s   pass1s   defaults   log2s   pass2(   s   selfs   assert_s   netrcs   macross   hostss   None(   s   self(    (    s%   /usr/lib/python2.2/test/test_netrc.pys   test_case_1! s    7&(   s   __name__s
   __module__s   setUps   tearDowns   test_case_1(    (    (    s%   /usr/lib/python2.2/test/test_netrc.pys   NetrcTestCase s   		s   __main__(   s   netrcs   oss   tempfiles   test_supports   unittests
   TEST_NETRCs   mktemps   temp_filenames   TestCases   NetrcTestCases   __name__s   run_unittest(   s   test_supports   NetrcTestCases   tempfiles   unittests
   TEST_NETRCs   oss   netrcs   temp_filename(    (    s%   /usr/lib/python2.2/test/test_netrc.pys   ? s
   -