Ńň
6ťUc           @   s0   d  d k  l Z l Z d e f d     YZ d S(   i˙˙˙˙(   t   edit_configt   option_baset   saveoptsc           B   s   e  Z d  Z d Z d   Z RS(   s#   Save command-line options to a files7   save supplied options to setup.cfg or other config filec         C   s¤   |  i  } h  } xx | i D]m } | d j o q n xP | i |  i   D]9 \ } \ } } | d j o | | i | h   | <qI qI Wq Wt |  i | |  i  d  S(   NR   s   command line(   t   distributiont   command_optionst   get_option_dictt   itemst
   setdefaultR    t   filenamet   dry_run(   t   selft   distt   settingst   cmdt   optt   srct   val(    (    s?   /usr/lib/python2.6/site-packages/setuptools/command/saveopts.pyt   run	   s    	
  "(   t   __name__t
   __module__t   __doc__t   descriptionR   (    (    (    s?   /usr/lib/python2.6/site-packages/setuptools/command/saveopts.pyR      s   N(   t   setuptools.command.setoptR    R   R   (    (    (    s?   /usr/lib/python2.6/site-packages/setuptools/command/saveopts.pyt   <module>   s   