|
Server IP : 217.21.91.233 / Your IP : 216.73.216.58 Web Server : LiteSpeed System : Linux in-mum-web832.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u952924200 ( 952924200) PHP Version : 8.2.30 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /lib64/monarx-protect/../security/../lua/../fipscheck/../python2.7/distutils/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
�
{fc @ s� d Z d Z d d l Z d d l Z d d l m Z d d l m Z m Z m Z m
Z
d d l m Z d d l
m Z d d l m Z d d l m Z d
Z d � Z d a d a d2 Z d3 Z d/ � Z d d0 d1 � Z d S(4 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.
s $Id$i����N( t DEBUG( t DistutilsSetupErrort DistutilsArgErrort DistutilsErrort CCompilerError( t Distribution( t Command( t
PyPIRCCommand( t 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 j j | � } t i | d 6S( Nt script( t ost patht basenamet USAGE( t script_nameR ( ( s&