/usr/lib/python2.6/site-packages/setuptools/command
NameSizeModeActions
alias.py24770644editdlrm
alias.pyc32520644editdlrm
alias.pyo32520644editdlrm
bdist_egg.py179930644editdlrm
bdist_egg.pyc180150644editdlrm
bdist_egg.pyo180150644editdlrm
bdist_rpm.py20250644editdlrm
bdist_rpm.pyc23170644editdlrm
bdist_rpm.pyo23170644editdlrm
bdist_wininst.py15480644editdlrm
bdist_wininst.pyc18360644editdlrm
bdist_wininst.pyo18360644editdlrm
build_ext.py117040644editdlrm
build_ext.pyc103610644editdlrm
build_ext.pyo103150644editdlrm
build_py.py99440644editdlrm
build_py.pyc110550644editdlrm
build_py.pyo110550644editdlrm
develop.py95350644editdlrm
develop.pyc90280644editdlrm
develop.pyo90280644editdlrm
easy_install.py641040755editdlrm
easy_install.pyc590920644editdlrm
easy_install.pyo590920644editdlrm
egg_info.py143560644editdlrm
egg_info.pyc170280644editdlrm
egg_info.pyo170280644editdlrm
install.py40650644editdlrm
install.pyc38010644editdlrm
install.pyo38010644editdlrm
install_egg_info.py37320644editdlrm
install_egg_info.pyc46720644editdlrm
install_egg_info.pyo46720644editdlrm
install_lib.py24860644editdlrm
install_lib.pyc32730644editdlrm
install_lib.pyo32230644editdlrm
install_scripts.py20110644editdlrm
install_scripts.pyc25340644editdlrm
install_scripts.pyo25340644editdlrm
launcher manifest.xml6280644editdlrm
register.py2770644editdlrm
register.pyc6920644editdlrm
register.pyo6920644editdlrm
rotate.py20210644editdlrm
rotate.pyc29400644editdlrm
rotate.pyo29400644editdlrm
saveopts.py7400644editdlrm
saveopts.pyc12750644editdlrm
saveopts.pyo12750644editdlrm
sdist.py71830644editdlrm
sdist.pyc83090644editdlrm
sdist.pyo83090644editdlrm
setopt.py50530644editdlrm
setopt.pyc60630644editdlrm
setopt.pyo60630644editdlrm
test.py51100644editdlrm
test.pyc54420644editdlrm
test.pyo54420644editdlrm
upload.py66810644editdlrm
upload.pyc64080644editdlrm
upload.pyo63750644editdlrm
upload_docs.py55070644editdlrm
upload_docs.pyc57410644editdlrm
upload_docs.pyo57080644editdlrm
__init__.py6900644editdlrm
__init__.pyc9150644editdlrm
__init__.pyo9150644editdlrm
Edit: /usr/lib/python2.6/site-packages/setuptools/command/setopt.pyo (6063B)
Ñò ÝjZc @s¬ddkZddkZddklZddklZddklZddkTdddd gZd d „Z e d „Z defd „ƒYZ d e fd„ƒYZ dS(iÿÿÿÿN(tCommand(t convert_path(tlog(t*t config_filet edit_configt option_basetsetopttlocalcCsš|djodS|djo#tiitiitiƒdƒS|djo8tidjodpd}tiitd |ƒƒSt d |ƒ‚d S( sGet the filename of the distutils, local, global, or per-user config `kind` must be one of "local", "global", or "user" Rs setup.cfgtglobals distutils.cfgtusertposixt.ts~/%spydistutils.cfgs7config_file() type must be 'local', 'global', or 'user'N( tostpathtjointdirnamet distutilst__file__tnamet expanduserRt ValueError(tkindtdot((s=/usr/lib/python2.6/site-packages/setuptools/command/setopt.pyR s    c Cs´ddkl}tid|ƒ|ƒ}|i|gƒx3|iƒD]%\}}|d jo$tid||ƒ|i|ƒqF|i |ƒp$tid||ƒ|i |ƒnx±|iƒD]£\}}|d jo^tid|||ƒ|i ||ƒ|i |ƒp$tid||ƒ|i|ƒqgqÄtid||||ƒ|i |||ƒqÄWqFWtid |ƒ|p*t|d ƒ} |i| ƒ| iƒnd S( sYEdit a configuration file to include `settings` `settings` is a dictionary of dictionaries or ``None`` values, keyed by command/section name. A ``None`` value means to delete the entire section, while a dictionary lists settings to be changed or deleted in that section. A setting of ``None`` means to delete that setting. iÿÿÿÿ(tRawConfigParsersReading configuration from %ssDeleting section [%s] from %ssAdding new section [%s] to %ssDeleting %s.%s from %ss#Deleting empty [%s] section from %ssSetting %s.%s to %r in %ss Writing %stwN(t ConfigParserRRtdebugtreadtitemstNonetinfotremove_sectiont has_sectiont add_sectiont remove_optiontoptionstsettopentwritetclose( tfilenametsettingstdry_runRtoptstsectionR%toptiontvaluetf((s=/usr/lib/python2.6/site-packages/setuptools/command/setopt.pyR*s>          cBs;eZdZd d dgZddgZd „Zd „ZRS(s<Abstract base class for commands that mess with config filess global-configtgs0save options to the site-wide distutils.cfg files user-configtus7save options to the current user's pydistutils.cfg files filename=R1s-configuration file to use (default=setup.cfg)cCsd|_d|_d|_dS(N(Rt global_configt user_configR*(tself((s=/usr/lib/python2.6/site-packages/setuptools/command/setopt.pytinitialize_optionscs  cCsÀg}|io|itdƒƒn|io|itdƒƒn|idj o|i|iƒn|p|itdƒƒnt|ƒdjotd|ƒ‚n|\|_dS(NR R Ris/Must specify only one configuration file option(R4tappendRR5R*RtlentDistutilsOptionError(R6t filenames((s=/usr/lib/python2.6/site-packages/setuptools/command/setopt.pytfinalize_optionshs   (s global-configR2s0save options to the site-wide distutils.cfg file(s user-configR3s7save options to the current user's pydistutils.cfg file(s filename=R1s-configuration file to use (default=setup.cfg)(t__name__t __module__t__doc__t user_optionstboolean_optionsR7R<(((s=/usr/lib/python2.6/site-packages/setuptools/command/setopt.pyRSs   cBsXeZdZdZddddgeiZeid gZd„Zd„Zd„Z RS(s#Save command-line options to a files1set an option in setup.cfg or another config filescommand=tcscommand to set an option forsoption=tos option to sets set-value=tssvalue of the optiontremovetrsremove (unset) the valuecCs5ti|ƒd|_d|_d|_d|_dS(N(RR7RtcommandR/t set_valueRE(R6((s=/usr/lib/python2.6/site-packages/setuptools/command/setopt.pyR7Šs     cCslti|ƒ|idjp|idjotdƒ‚n|idjo|i otdƒ‚ndS(Ns%Must specify --command *and* --options$Must specify --set-value or --remove(RR<RGRR/R:RHRE(R6((s=/usr/lib/python2.6/site-packages/setuptools/command/setopt.pyR<‘s   cCs=t|ihh|i|iiddƒ6|i6|iƒdS(Nt-t_(RR*RHR/treplaceRGR,(R6((s=/usr/lib/python2.6/site-packages/setuptools/command/setopt.pytrun˜s #(scommand=RBscommand to set an option for(soption=RCs option to set(s set-value=RDsvalue of the option(sremoveRFsremove (unset) the value( R=R>R?t descriptionRR@RAR7R<RL(((s=/usr/lib/python2.6/site-packages/setuptools/command/setopt.pyR|s   (RRt setuptoolsRtdistutils.utilRRtdistutils.errorst__all__RtFalseRRR(((s=/usr/lib/python2.6/site-packages/setuptools/command/setopt.pyts  ))