Ñò ‚Ic @ sv d d k Z d d k Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d S( iÿÿÿÿNc C s) t i i | d ƒ } t i i | ƒ p g } nU t | ƒ } g } | i ƒ D]$ } | i ƒ o | | i ƒ qO qO ~ } | i ƒ | | j o d S| i | ƒ t i i t i i | ƒ ƒ p t i t i i | ƒ ƒ n t | d ƒ } x( | D] } | i | ƒ | i d ƒ q÷ W| i ƒ d S( sa Add the plugin to the given distribution (or spec), in .egg-info/paster_plugins.txt s paster_plugins.txtNt ws ( t ost patht joint existst opent readlinest stript closet appendt dirnamet makedirst write( t egg_info_dirt plugin_namet fnt linest ft _[1]t lt line( ( s: /usr/lib/python2.6/site-packages/paste/script/pluginlib.pyt add_plugin s" > c C s6 t i i | d ƒ } t i i | ƒ p t d | ƒ ‚ n t | ƒ } g } | i ƒ D]$ } | i ƒ o | | i ƒ qY qY ~ } | i ƒ xE | D]$ } | i ƒ | i ƒ j o Pq— q— Wt d | | | f ƒ ‚ | i | ƒ d G| GHt | d ƒ } x( | D] } | i | ƒ | i d ƒ qW| i ƒ d S( sž Remove the plugin to the given distribution (or spec), in .egg-info/paster_plugins.txt. Raises ValueError if the plugin is not in the file. s paster_plugins.txts1 Cannot remove plugin from %s; file does not exists) Plugin %s not found in file %s (from: %s)t writingR s N( R R R R t ValueErrorR R R R t lowert removeR ( R R R R R R R R ( ( s: /usr/lib/python2.6/site-packages/paste/script/pluginlib.pyt remove_plugin s. > c C s“ xŒ y t i | ƒ } Wn t j o d SXx2 | D]* } | i d ƒ o t i i | | ƒ Sq4 Wt i i | ƒ } | | j o d S| } q d S( Ns .egg-info( R t listdirt OSErrort Nonet endswithR R R ( t dirt filenamesR t parent( ( s: /usr/lib/python2.6/site-packages/paste/script/pluginlib.pyt find_egg_info_dir<