|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21572/root/usr/lib64/python2.4/distutils/ |
Upload File : |
mς =5Dc @ s° d Z d Z d k Z d k Z d k Td k l Z d k Td k l Z d k l Z d k l Z d k l Z d Z d Z d a d a d. Z d/ Z d+ Z d d, d- Z d S(0 s# distutils.core The only module that needs to be imported to use the Distutils; provides the 'setup' function (which is to be called from the setup script). Also indirectly provides the Distribution and Command classes, although they are really defined in distutils.dist and distutils.cmd. s0 $Id: core.py 37828 2004-11-10 22:23:15Z loewis $N( t *( s DEBUG( s grok_environment_error( s Distribution( s Command( s Extensions° usage: %(script)s [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: %(script)s --help [cmd1 cmd2 ...] or: %(script)s --help-commands or: %(script)s cmd --help c C s t i i | } t t S( N( t ost patht basenamet script_namet scriptt USAGEt vars( R R ( ( t&