config root man

Current Path : /usr/local/lib/python2.5/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/lib/python2.5/site.pyc

hRc@sdZddkZddkZddkZdZdZdZdZdZdZ	dd	Zd
ZdZ
dZd
efdYZdZdefdYZdZdZdZdZdZedZedjoendS(sN	Append module search paths for third-party packages to sys.path.

****************************************************************
* This module is automatically imported during initialization. *
****************************************************************

In earlier versions of Python (up to 1.5a3), scripts or modules that
needed to use site-specific modules would place ``import site''
somewhere near the top of their code.  Because of the automatic
import, this is no longer necessary (but code that does it still
works).

This will append site-specific paths to the module search path.  On
Unix (including Mac OSX), it starts with sys.prefix and
sys.exec_prefix (if different) and appends
lib/python<version>/site-packages as well as lib/site-python.
On other platforms (such as Windows), it tries each of the
prefixes directly, as well as with lib/site-packages appended.  The
resulting directories, if they exist, are appended to sys.path, and
also inspected for path configuration files.

A path configuration file is a file whose name has the form
<package>.pth; its contents are additional directories (one per line)
to be added to sys.path.  Non-existing directories (or
non-directories) are never added to sys.path; no directory is added to
sys.path more than once.  Blank lines and lines beginning with
'#' are skipped. Lines starting with 'import' are executed.

For example, suppose sys.prefix and sys.exec_prefix are set to
/usr/local and there is a directory /usr/local/lib/python2.5/site-packages
with three subdirectories, foo, bar and spam, and two path
configuration files, foo.pth and bar.pth.  Assume foo.pth contains the
following:

  # foo package configuration
  foo
  bar
  bletch

and bar.pth contains:

  # bar package configuration
  bar

Then the following directories are added to sys.path, in this order:

  /usr/local/lib/python2.5/site-packages/bar
  /usr/local/lib/python2.5/site-packages/foo

Note that bletch is omitted because it doesn't exist; bar precedes foo
because bar.pth comes alphabetically before foo.pth; and spam is
omitted because it is not mentioned in either path configuration file.

After these path manipulations, an attempt is made to import a module
named sitecustomize, which can perform arbitrary additional
site-specific customizations.  If this import fails with an
ImportError exception, it is silently ignored.

iNcGs4tiitii|}|tii|fS(N(tostpathtabspathtjointnormcase(tpathstdir((s /usr/local/lib/python2.5/site.pytmakepathBscCsjxctiiD]R}t|doqnytii|i|_Wqtj
o
qqXqWdS(s6Set all module' __file__ attribute to an absolute patht
__loader__N(	tsystmodulestvaluesthasattrRRRt__file__tAttributeError(tm((s /usr/local/lib/python2.5/site.pytabs__file__FscCsng}t}xNtiD]C}t|\}}||jo|i||i|qqW|ti(|S(sK Remove duplicate entries from sys.path along with making them
    absolute(tsetR	RRtappendtadd(tLtknown_pathsRtdircase((s /usr/local/lib/python2.5/site.pytremoveduppathsPs	



cCsbddkl}d|tif}tiitiitid|}tii|dS(sbAppend ./build/lib.<platform> in case we're running in the build dir
    (especially for Guido :-)i(tget_platformsbuild/lib.%s-%.3sN(	tdistutils.utilRR	tversionRRRtdirnameR(Rts((s /usr/local/lib/python2.5/site.pytaddbuilddirds(cCstt}xdtiD]Y}y:tii|o#t|\}}|i|nWqtj
o
qqXqW|S(sDReturn a set containing all existing directory entries from sys.path(RR	RRtisdirRRt	TypeError(tdRR((s /usr/local/lib/python2.5/site.pyt_init_pathinfols	
c	
Bs6|djoed}nd}eii||}ye|d}Wnej
odSnXzx|D]}|idoqpn|ido|dUqpn|i}e	||\}}||jo4eii
|o!eii||i
|qpqpWWd|iX|o
d}n|S(soAdd a new path to known_paths by combining sitedir and 'name' or execute
    sitedir if it starts with 'import'iitrUNt#timport(tNoneR!RRRtopentIOErrort
startswithtrstripRtexistsR	RRtclose(	tsitedirtnameRtresettfullnametftlineRR((s /usr/local/lib/python2.5/site.pyt
addpackagexs4

	 
cCs|djot}d}nd}t|\}}||jotii|nyti|}Wntij
odSnX|i	x9|D]1}|i
tidot|||qqW|o
d}n|S(sTAdd 'sitedir' argument to sys.path if missing and handle .pth files in
    'sitedir'iiNtpth(
R%R!RR	RRRtlistdirterrortsorttendswithtextsepR2(R,RR.tsitedircasetnamesR-((s /usr/local/lib/python2.5/site.pyt
addsitedirs&
	

	

c
Cstidg}titijo|itinx[|D]S}|oFtidjotii|ddg}nqtidjoBtii|ddti	d	 dtii|dd
g}n|tii|ddg}tidjo^d|joMti
id
}|o0|itii|ddti	d	 dqSqWnx6|D]*}tii|ot
||q^q^Wq=q=WdS(s8Add site-packages (and possibly site-python) to sys.paths
/usr/localtos2emxtriscostLibs
site-packagest/tlibtpythonissite-pythontdarwinsPython.frameworktHOMEtLibrarytPython(sos2emxsriscosN(R	tprefixtexec_prefixRtplatformRRRtsepRtenvirontgetRR;R%(RtprefixesRFtsitedirsthomeR,((s /usr/local/lib/python2.5/site.pytaddsitepackagess<

cCsqtiitidd}tidid}|do|i|n||d<di|tid<dS(sEThe OS/2 EMX port has optional extension modules that do double duty
    as DLLs (and must use the .DLL file extension) for other extensions.
    The library search path needs to be amended so these will be found
    during module import.  Use BEGINLIBPATH so that these are at the start
    of the library search path.

    R>slib-dynloadtBEGINLIBPATHt;iN(RRRR	RFRJtsplitR(tdllpathtlibpath((s /usr/local/lib/python2.5/site.pytsetBEGINLIBPATHs
csxtidjo
dn!tidjo
dnddtffdY}|dt_|d	t_d
S(snDefine new built-ins 'quit' and 'exit'.
    These are simply strings that display a hint on how to exit.

    t:sCmd-Qs\sCtrl-Z plus ReturnsCtrl-D (i.e. EOF)tQuittercs,eZdZfdZddZRS(cSs
||_dS(N(R-(tselfR-((s /usr/local/lib/python2.5/site.pyt__init__scsd|ifS(NsUse %s() or %s to exit(R-(RX(teof(s /usr/local/lib/python2.5/site.pyt__repr__scSs+ytiiWnnXt|dS(N(R	tstdinR+t
SystemExit(RXtcode((s /usr/local/lib/python2.5/site.pyt__call__s
N(t__name__t
__module__RYR[R%R_((RZ(s /usr/local/lib/python2.5/site.pyRWs	tquittexitN(RRItobjectt__builtin__RbRc(RW((RZs /usr/local/lib/python2.5/site.pytsetquits


t_PrintercBs>eZdZdZdddZdZdZdZRS(sninteractive prompt objects for printing the license text, a list of
    contributors and the copyright notice.icCs1||_||_||_||_d|_dS(N(t_Printer__namet_Printer__datat_Printer__filest_Printer__dirsR%t_Printer__lines(RXR-tdatatfilestdirs((s /usr/local/lib/python2.5/site.pyRYs
				cCs|iodSnd}x|iD]{}xf|iD][}tii||}y*t|d}|i}|i	PWq2t
j
oq2Xq2W|oPq"q"W|p
|i}n|id|_t
|i|_dS(NR"s
(RlR%RkRjRRRtfiletreadR+R'RiRRtlent_Printer__linecnt(RXRmRtfilenametfp((s /usr/local/lib/python2.5/site.pyt__setup
s*



		
cCsM|it|i|ijodi|iSnd|ifdSdS(Ns
s!Type %s() to see the full %s texti(t_Printer__setupRrRltMAXLINESRRh(RX((s /usr/local/lib/python2.5/site.pyR["s
cCs|id}d}xy1x*t|||iD]}|i|GHq3WWntj
oPqX||i7}d}x5|djo't|}|djo
d}qwqwW|djoPqqdS(Ns0Hit Return for more, or q (and Return) to quit: ittq(RyRz(RwtrangeRxRlt
IndexErrorR%t	raw_input(RXtprompttlinenotitkey((s /usr/local/lib/python2.5/site.pyR_)s&




(((R`Rat__doc__RxRYRwR[R_(((s /usr/local/lib/python2.5/site.pyRgs		cCstdtit_tid djotddt_ntddt_tiiti	}tddti
d	d
gtii|ti|ti
gt_dS(s,Set 'copyright' and 'credits' in __builtin__t	copyrightitjavatcreditss?Jython is maintained by the Jython developers (www.jython.org).s    Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
    for supporting Python development.  See www.python.org for more information.tlicenses+See http://www.python.org/%.3s/license.htmlsLICENSE.txttLICENSEN(RgR	RReRHRRRRR
RRtpardirtcurdirR(there((s /usr/local/lib/python2.5/site.pytsetcopyright=s
	t_HelpercBs eZdZdZdZRS(sYDefine the built-in 'help'.
    This is a wrapper around pydoc.help (with a twist).

    cCsdS(NsHType help() for interactive help, or help(object) for help about object.((RX((s /usr/local/lib/python2.5/site.pyR[UscOsddk}|i||S(Ni(tpydocthelp(RXtargstkwdsR((s /usr/local/lib/python2.5/site.pyR_Xs(R`RaRR[R_(((s /usr/local/lib/python2.5/site.pyROs	cCstt_dS(N(RReR(((s /usr/local/lib/python2.5/site.pyt	sethelper\scCstidjoddk}ddk}|id}|idoWy|i|Wqtj
o3ddk}|i	|i
|<d|ii|<qXqndS(sOn Windows, some default encodings are not provided by Python,
    while they are always available as "mbcs" in each locale. Make
    them usable by aliasing to "mbcs" in such a case.twin32iNitcptmbcs(R	RHtlocaletcodecstgetdefaultlocaleR(tlookuptLookupErrort	encodingst_unknownt_cachetaliases(RRtencR((s /usr/local/lib/python2.5/site.pyt	aliasmbcs_scCs(d}|djoti|ndS(sSet the string encoding used by the Unicode implementation.  The
    default is 'ascii', but if you're willing to experiment, you can
    change this.tasciiN(R	tsetdefaultencoding(tencoding((s /usr/local/lib/python2.5/site.pytsetencodingns
cCs*yddk}Wntj
onXdS(s,Run custom site specific code, if available.iN(t
sitecustomizetImportError(R((s /usr/local/lib/python2.5/site.pytexecsitecustomizescCstt}tidjo5tio+tiitiddjotnt|}ti	djot
nttt
tttttdo
t`ndS(NtposixitModulesR<R(RRRR-R	RtbasenameRRORHRURfRRRRRRR(tpaths_in_sys((s /usr/local/lib/python2.5/site.pytmains 	 cCs.dGHxtiD]}d|fGHqWdGHdS(Nssys.path = [s    %r,t](R	R(R((s /usr/local/lib/python2.5/site.pyt_tests

t__main__(RR	RReRRRRR!R2R%R;RORURfRdRgRRRRRRRRR`(((s /usr/local/lib/python2.5/site.pys<module>;s2		
					$		=	
						


Man Man