<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>

¬’fVb  c               @   sD  d  Z  d d l Z d d l Z d d l Z d d l m Z m Z d d d d d d	 d
 d d d d g Z i i d d 6d d 6d d 6d d 6d d 6d d 6d d 6d d 6d 6i d  d 6d! d 6d! d 6d! d 6d" d 6d" d 6d d 6d d 6d# 6i d$ d 6d% d 6d& d 6d& d 6d' d 6d' d 6d( d 6d d 6d) 6i d$ d 6d% d 6d& d 6d& d 6d' d 6d' d 6d( d 6d d 6d* 6i d+ d 6d+ d 6d, d 6d, d 6d- d 6d. d 6d/ d 6d0 6i d1 d 6d1 d 6d2 d 6d2 d 6d3 d 6d4 d 6d/ d 6d5 6i d6 d 6d6 d 6d, d 6d7 d 6d- d 6d. d 6d/ d 6d8 6i d9 d 6d9 d 6d: d 6d: d 6d; d 6d. d 6d/ d 6d< 6Z dr Z	 e j
 j   d Z e j
 d d=  Z e d e d> Z e j j e j  Z e j j e j  Z e j j e j  Z e j j e j  Z d a d Z d? d@   Z e j re j j e e j   Z n e e j     Z e j! d) k rudA e ds d  j"   k rue e j j# e e   Z n  e j! d) k rĮdC e dt d  j"   k rĮe e j j# e e e   Z n  e j! d) k rdE e du d  j"   k re e j j# e e e   Z n  dG e j$ k r2e e j$ dG  Z n  dH dI   Z% e& e dJ d  Z' e' r³e j! d) k r³e' j"   j( dv  r³e j j e'  Z' e' j( dA  r³e j j e'  Z' q³n  dw dL dM  Z* e* dx  Z, e, rx- dy D]" Z- dN e e- d <dO e e- d <qŪWn  dP dQ   Z. dR dS   Z/ dT dU   Z0 dV dW   Z1 dX dY   Z2 d dZ d[  Z3 d\ d   Z4 d] d^   Z5 d_ d`   Z6 da db   Z7 d dc d  Z8 dd d   Z9 de d   Z: df d	   Z; e1   d dx dg d
  Z< e1   d dx dh d  Z= di d   Z> dj d   Z? dk d   Z@ dl d   ZA dm dn   ZB do dp   ZC eD dq k r@eC   n  d S(z   u-   Access to Python's configuration information.i    N(   u   pardiru   realpathu   get_config_h_filenameu   get_config_varu   get_config_varsu   get_makefile_filenameu   get_pathu   get_path_namesu	   get_pathsu   get_platformu   get_python_versionu   get_scheme_namesu   parse_config_hu/   {installed_base}/lib64/python{py_version_short}u   stdlibu)   {platbase}/lib64/python{py_version_short}u
   platstdlibu1   {base}/lib/python{py_version_short}/site-packagesu   purelibu7   {platbase}/lib64/python{py_version_short}/site-packagesu   platlibu;   {installed_base}/include/python{py_version_short}{abiflags}u   includeu?   {installed_platbase}/include/python{py_version_short}{abiflags}u   platincludeu
   {base}/binu   scriptsu   {base}u   datau   posix_prefixu   {installed_base}/lib/pythonu   {base}/lib/pythonu   {installed_base}/include/pythonu
   posix_homeu   {installed_base}/Libu
   {base}/Libu   {base}/Lib/site-packagesu   {installed_base}/Includeu   {base}/Scriptsu   ntu   os2u'   {userbase}/lib/python{py_version_short}u5   {userbase}/lib/python{py_version_short}/site-packagesu+   {userbase}/include/python{py_version_short}u   {userbase}/binu
   {userbase}u   os2_homeu#   {userbase}/Python{py_version_nodot}u1   {userbase}/Python{py_version_nodot}/site-packagesu+   {userbase}/Python{py_version_nodot}/Includeu   {userbase}/Scriptsu   nt_useru)   {userbase}/lib64/python{py_version_short}u7   {userbase}/lib64/python{py_version_short}/site-packagesu
   posix_useru   {userbase}/lib/pythonu#   {userbase}/lib/python/site-packagesu   {userbase}/includeu   osx_framework_useri   i   c             C   s+   y t  |   SWn t k
 r& |  SYn Xd  S(   N(   u   realpathu   OSError(   u   path(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   _safe_realpathw   s    u   _safe_realpathu   pcbuildi   u   \pc\vi
   u   \pcbuild\amd64i   u   _PYTHON_PROJECT_BASEc             C   s=   x6 d D]. } t  j j t  j j |  d |   r d Sq Wd S(   Nu
   Setup.distu   Setup.localu   Modules(   u
   Setup.distu   Setup.localTF(   u   osu   pathu   isfileu   joinu   Trueu   False(   u   du   fn(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   _is_python_source_dir   s    $u   _is_python_source_diru   _homeu   pcbuild\amd64c             C   s    |  r t  r t t   St t  S(   N(   u	   _sys_homeu   _is_python_source_diru   _PROJECT_BASE(   u
   check_home(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   is_python_build   s    
u   is_python_buildu   {srcdir}/Includeu   {projectbase}/.c             C   sv   y |  j  |   SWn^ t k
 rq y |  j  t j   SWn5 t k
 rl } z t d |   WYd  d  } ~ Xn XYn Xd  S(   Nu   {%s}(   u   formatu   KeyErroru   osu   environu   AttributeError(   u   su
   local_varsu   var(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   _subst_varsŖ   s    u   _subst_varsc             C   sI   |  j    } x6 | j   D]( \ } } | | k r7 q n  | |  | <q Wd  S(   N(   u   keysu   items(   u   target_dictu
   other_dictu   target_keysu   keyu   value(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   _extend_dict³   s
    u   _extend_dictc             C   s   i  } | d  k r i  } n  t | t    xa t |  j   D]O \ } } t j d k rl t j j |  } n  t j j	 t
 | |   | | <q< W| S(   Nu   posixu   nt(   u   posixu   nt(   u   Noneu   _extend_dictu   get_config_varsu   _INSTALL_SCHEMESu   itemsu   osu   nameu   pathu
   expanduseru   normpathu   _subst_vars(   u   schemeu   varsu   resu   keyu   value(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   _expand_vars»   s    	#u   _expand_varsc               C   s   t  j d k r d St  j S(   Nu   posixu   posix_prefix(   u   osu   name(    (    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   _get_default_schemeČ   s    u   _get_default_schemec           	   C   sŅ   t  j j d d   }  d d   } t  j d k rb t  j j d  pE d } |  rR |  S| | d  Sn  t j d k r· t d	  } | r· |  r |  S| d d
 | d t j d  d   Sq· n  |  rĮ |  S| d d  Sd  S(   Nu   PYTHONUSERBASEc              W   s   t  j j t  j j |     S(   N(   u   osu   pathu
   expanduseru   join(   u   args(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   joinuserŅ   s    u   _getuserbase.<locals>.joinuseru   ntu   APPDATAu   ~u   Pythonu   darwinu   PYTHONFRAMEWORKu   Libraryu   %d.%di   u   .local(	   u   osu   environu   getu   Noneu   nameu   sysu   platformu   get_config_varu   version_info(   u   env_baseu   joinuseru   baseu	   framework(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   _getuserbaseĻ   s"    u   _getuserbasec             C   s3  t  j d  } t  j d  } t  j d  } | d k rB i  } n  i  } i  } t |  d d  } | j   } Wd QXxį | D]Ł }	 |	 j d  s| |	 j   d k r© q| n  | j |	  }
 |
 r| |
 j d	 d
  \ } } | j   } | j	 d d  } d | k r| | | <qUy t
 |  } Wn( t k
 rG| j	 d d  | | <YqUX| | | <q| q| Wt | j    } d } xot |  d k rāxVt |  D]H} | | } | j |  p¾| j |  }
 |
 d k	 rÄ|
 j d	  } d } | | k rt | |  } n¬ | | k rd } n | t j k r5t j | } nx | | k r| j d  ro| d d  | k rod } q­d | | k rd } q­t | d |  } n d | | <} | rŪ| |
 j   d  } | d |
 j    } | j   | k rž| | 7} n  | | 7} d | k r!| | | <qĮy t
 |  } Wn" t k
 rU| j   | | <Yn X| | | <| j |  | j d  rĮ| d d  | k rĮ| d d  } | | k r¾| | | <q¾qĮqŪq| | | <| j |  qWqtWx< | j   D]. \ } } t | t  rš| j   | | <qšqšW| j |  | S(   uĢ   Parse a Makefile-style file.

    A dictionary containing name/value pairs is returned.  If an
    optional dictionary is passed in as the second argument, it is
    used instead of a new dictionary.
    u"   ([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)u   \$\(([A-Za-z][A-Za-z0-9_]*)\)u   \${([A-Za-z][A-Za-z0-9_]*)}u   errorsu   surrogateescapeNu   #u    i   i   u   $$u   $u   CFLAGSu   LDFLAGSu   CPPFLAGSi    u   PY_i   (   u   CFLAGSu   LDFLAGSu   CPPFLAGSTF(   u   reu   compileu   Noneu   openu	   readlinesu
   startswithu   stripu   matchu   groupu   replaceu   intu
   ValueErroru   listu   keysu   lenu   tupleu   searchu   Trueu   stru   Falseu   osu   environu   endu   startu   removeu   itemsu
   isinstanceu   update(   u   filenameu   varsu   _variable_rxu   _findvar1_rxu   _findvar2_rxu   doneu   notdoneu   fu   linesu   lineu   mu   nu   vu   tmpvu	   variablesu   renamed_variablesu   nameu   valueu   foundu   itemu   afteru   k(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   _parse_makefileģ   s    		!
			


u   _parse_makefilec              C   sf   t  r t j j t p t d  St t d  rD d t t j	 f }  n d }  t j j t
 d  |  d  S(   u    Return the path of the Makefile.u   Makefileu   abiflagsu   config-%s%su   configu   stdlib(   u   _PYTHON_BUILDu   osu   pathu   joinu	   _sys_homeu   _PROJECT_BASEu   hasattru   sysu   _PY_VERSION_SHORTu   abiflagsu   get_path(   u   config_dir_name(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   get_makefile_filenamee  s    c           +   C   s_  d d l  }  i  } t   } y t | |  Wn^ t k
 r } z> d | } t | d  rn | d | j } n  t |   WYd d } ~ Xn Xt   } y& t |   } t | |  Wd QXWn^ t k
 r} z> d | } t | d  rž | d | j } n  t |   WYd d } ~ Xn Xt	 r4| d | d <n  d } d	 t
 j k r}d d l } | j |  }	 | |	 _ |	 t
 j | <n  d
 t   t
 j d d  f }
 t t
 d  r¹|
 d 7}
 n  t j |
 d d t j j |
 | d  } t | d d d 4 } | j d  | j d  |  j  | d | Wd QXt d d d d  } | j |
  Wd QXd S(   u;   Generate the Python module containing build-time variables.i    Nu.   invalid Python installation: unable to open %su   strerroru    (%s)u   LDSHAREDu	   BLDSHAREDu   _sysconfigdatau   darwinu   build/lib.%s-%si   u   gettotalrefcountu   -pydebugu   exist_oku   .pyu   wu   encodingu   utf8uB   # system configuration generated and used by the sysconfig module
u   build_time_vars = u   streamu   pybuilddir.txtu   asciiT(   u   pprintu   get_makefile_filenameu   _parse_makefileu   IOErroru   hasattru   strerroru   get_config_h_filenameu   openu   parse_config_hu   _PYTHON_BUILDu   sysu   platformu   impu
   new_moduleu   build_time_varsu   modulesu   get_platformu   versionu   osu   makedirsu   Trueu   pathu   joinu   write(   u   pprintu   varsu   makefileu   eu   msgu   config_hu   fu   nameu   impu   moduleu
   pybuilddiru   destfile(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   _generate_posix_varso  sL    	
	
	 u   _generate_posix_varsc             C   s!   d d l  m } |  j |  d S(   u7   Initialize the module as appropriate for POSIX systems.i    (   u   build_time_varsN(   u   _sysconfigdatau   build_time_varsu   update(   u   varsu   build_time_vars(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   _init_posix®  s    u   _init_posixc             C   s{   t  d  |  d <t  d  |  d <t  d  |  d <d |  d <d |  d	 <d
 |  d <t |  d <t j j t t j   |  d <d S(   u+   Initialize the module as appropriate for NTu   stdlibu   LIBDESTu
   platstdlibu
   BINLIBDESTu   includeu	   INCLUDEPYu   .pydu   SOu
   EXT_SUFFIXu   .exeu   EXEu   VERSIONu   BINDIRN(   u   get_pathu   _PY_VERSION_SHORT_NO_DOTu   osu   pathu   dirnameu   _safe_realpathu   sysu
   executable(   u   vars(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   _init_non_posix“  s    



u   _init_non_posixc             C   sŻ   | d k r i  } n  t j d  } t j d  } x£ |  j   } | sL Pn  | j |  } | r« | j d d  \ } } y t |  } Wn t k
 r Yn X| | | <q6 | j |  } | r6 d | | j d  <q6 q6 | S(   uĢ   Parse a config.h-style file.

    A dictionary containing name/value pairs is returned.  If an
    optional dictionary is passed in as the second argument, it is
    used instead of a new dictionary.
    u"   #define ([A-Z][A-Za-z0-9_]+) (.*)
u&   /[*] #undef ([A-Z][A-Za-z0-9_]+) [*]/
i   i   i    N(   u   Noneu   reu   compileu   readlineu   matchu   groupu   intu
   ValueError(   u   fpu   varsu	   define_rxu   undef_rxu   lineu   mu   nu   v(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   parse_config_hÅ  s(    	c              C   sa   t  rB t j d k r3 t j j t p' t d  }  qN t p< t }  n t d  }  t j j |  d  S(   u   Return the path of pyconfig.h.u   ntu   PCu   platincludeu   pyconfig-64.h(   u   _PYTHON_BUILDu   osu   nameu   pathu   joinu	   _sys_homeu   _PROJECT_BASEu   get_path(   u   inc_dir(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   get_config_h_filenameä  s    c               C   s   t  t t   S(   u,   Return a tuple containing the schemes names.(   u   tupleu   sortedu   _INSTALL_SCHEMES(    (    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   get_scheme_namesš  s    c               C   s   t  S(   u*   Return a tuple containing the paths names.(   u   _SCHEME_KEYS(    (    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   get_path_namesõ  s    c             C   s   | r t  |  |  St |  Sd S(   u°   Return a mapping containing an install scheme.

    ``scheme`` is the install scheme name. If not provided, it will
    return the default scheme for the current platform.
    N(   u   _expand_varsu   _INSTALL_SCHEMES(   u   schemeu   varsu   expand(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu	   get_pathsś  s    c             C   s   t  | | |  |  S(   u[   Return a path corresponding to the scheme.

    ``scheme`` is the install scheme name.
    (   u	   get_paths(   u   nameu   schemeu   varsu   expand(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   get_path  s    c              G   są  t  d k r”i  a  t t  d <t t  d <t t  d <t t  d <t d t d t  d <t t  d <t t  d	 <t t  d
 <t t  d <t t  d <y t	 j
 t  d <Wn t k
 r± d t  d <Yn Xt j d k rĪ t t   n  t j d k rź t t   n  t   t  d <t  j d t  } t j d k rct rKt j j t    } t j j | |  } qct j j t    } n  t |  t  d <t	 j d k r”d d l } | j t   q”n  |  rŲg  } x$ |  D] } | j t  j |   q“W| St  Sd S(   un  With no arguments, return a dictionary of all configuration
    variables relevant for the current platform.

    On Unix, this means every variable defined in Python's installed Makefile;
    On Windows it's a much smaller set.

    With arguments, return a list of values that result from looking up
    each argument in the configuration variable dictionary.
    u   prefixu   exec_prefixu
   py_versionu   py_version_shorti    i   u   py_version_nodotu   installed_baseu   baseu   installed_platbaseu   platbaseu   projectbaseu   abiflagsu    u   ntu   os2u   posixu   userbaseu   srcdiru   darwinN(   u   ntu   os2(   u   _CONFIG_VARSu   Noneu   _PREFIXu   _EXEC_PREFIXu   _PY_VERSIONu   _PY_VERSION_SHORTu   _BASE_PREFIXu   _BASE_EXEC_PREFIXu   _PROJECT_BASEu   sysu   abiflagsu   AttributeErroru   osu   nameu   _init_non_posixu   _init_posixu   _getuserbaseu   getu   _PYTHON_BUILDu   pathu   dirnameu   get_makefile_filenameu   joinu   _safe_realpathu   platformu   _osx_supportu   customize_config_varsu   append(   u   argsu   srcdiru   baseu   _osx_supportu   valsu   name(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   get_config_vars  sJ    








c             C   s   t    j |   S(   u   Return the value of a single variable using the dictionary returned by
    'get_config_vars()'.

    Equivalent to get_config_vars().get(name)
    (   u   get_config_varsu   get(   u   name(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   get_config_varW  s    c              C   sĪ  t  j d k r d }  t j j |   } | d* k r: t j St j j d |  } t j | t |   |  j   } | d k r d S| d k r d St j St  j d	 k sø t t  d
  ræ t j Sd t  j	 k rŁ t  j	 d St  j
   \ } } } } } | j   j d d  } | j d d  } | j d d  } | d d  d k rTd | | f S| d d  d k r×| d d k r½d } d t | d  d | d d  f } i d d 6d d 6}	 | d  |	 t j 7} q½nę | d d!  d" k rūd | | f S| d d  d# k r"d$ | | | f S| d d%  d& k rtd& } t j d'  }
 |
 j |  } | r½| j   } q½nI | d d%  d( k r½d d l } | j t   | | |  \ } } } n  d) | | | f S(+   u«  Return a string that identifies the current platform.

    This is used mainly to distinguish platform-specific build directories and
    platform-specific built distributions.  Typically includes the OS name
    and version and the architecture (as supplied by 'os.uname()'),
    although the exact information included depends on the OS; eg. for IRIX
    the architecture isn't particularly important (IRIX only runs on SGI
    hardware), but for Linux the kernel version isn't particularly
    important.

    Examples of returned values:
       linux-i586
       linux-alpha (?)
       solaris-2.6-sun4u
       irix-5.3
       irix64-6.2

    Windows will return one of:
       win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc)
       win-ia64 (64bit Windows on Itanium)
       win32 (all others - specifically, sys.platform is returned)

    For other non-POSIX platforms, currently just returns 'sys.platform'.
    u   ntu    bit (i   u   )u   amd64u	   win-amd64u   itaniumu   win-ia64u   posixu   unameu   _PYTHON_HOST_PLATFORMu   /u    u    u   _u   -Ni   u   linuxu   %s-%su   sunosi    u   5u   solarisu   %d.%si   i   u   32biti’’’u   64bitl   ’’’’ u   .%si   u   irixu   aixu   %s-%s.%si   u   cygwinu   [\d.]+u   darwinu   %s-%s-%si’’’’(   u   osu   nameu   sysu   versionu   findu   platformu   lenu   loweru   hasattru   environu   unameu   replaceu   intu   maxsizeu   reu   compileu   matchu   groupu   _osx_supportu   get_platform_osxu   get_config_vars(   u   prefixu   iu   ju   looku   osnameu   hostu   releaseu   versionu   machineu   bitnessu   rel_reu   mu   _osx_support(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   get_platform`  sX    #(c               C   s   t  S(   N(   u   _PY_VERSION_SHORT(    (    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   get_python_versionŗ  s    c             C   sd   x] t  t | j     D]C \ } \ } } | d k rH t d |   n  t d | | f  q Wd  S(   Ni    u   %s: u
   	%s = "%s"(   u	   enumerateu   sortedu   itemsu   print(   u   titleu   datau   indexu   keyu   value(    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   _print_dict¾  s    +u   _print_dictc               C   s   d t  j k r t   d St d t    t d t    t d t    t   t d t    t   t d t	    d S(   u*   Display all information sysconfig detains.u   --generate-posix-varsNu   Platform: "%s"u   Python version: "%s"u!   Current installation scheme: "%s"u   Pathsu	   Variables(
   u   sysu   argvu   _generate_posix_varsu   printu   get_platformu   get_python_versionu   _get_default_schemeu   _print_dictu	   get_pathsu   get_config_vars(    (    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   _mainÅ  s    u   _mainu   __main__(   u   stdlibu
   platstdlibu   purelibu   platlibu   includeu   scriptsu   dataių’’’iö’’’iņ’’’(   u   pcbuildu   pcbuild\amd64FT(   u   posix_prefixu
   posix_home(E   u   __doc__u   osu   reu   sysu   os.pathu   pardiru   realpathu   __all__u   _INSTALL_SCHEMESu   _SCHEME_KEYSu   versionu   splitu   _PY_VERSIONu   _PY_VERSION_SHORTu   _PY_VERSION_SHORT_NO_DOTu   pathu   normpathu   prefixu   _PREFIXu   base_prefixu   _BASE_PREFIXu   exec_prefixu   _EXEC_PREFIXu   base_exec_prefixu   _BASE_EXEC_PREFIXu   Noneu   _CONFIG_VARSu
   _USER_BASEu   _safe_realpathu
   executableu   dirnameu   _PROJECT_BASEu   getcwdu   nameu   loweru   joinu   environu   _is_python_source_diru   getattru	   _sys_homeu   endswithu   Falseu   is_python_buildu   Trueu   _PYTHON_BUILDu   schemeu   _subst_varsu   _extend_dictu   _expand_varsu   _get_default_schemeu   _getuserbaseu   _parse_makefileu   get_makefile_filenameu   _generate_posix_varsu   _init_posixu   _init_non_posixu   parse_config_hu   get_config_h_filenameu   get_scheme_namesu   get_path_namesu	   get_pathsu   get_pathu   get_config_varsu   get_config_varu   get_platformu   get_python_versionu   _print_dictu   _mainu   __name__(    (    (    u.   /opt/alt/python33/lib64/python3.3/sysconfig.pyu   <module>   s   	 	++!+!	y
?I	Z