Graybyt3 Was Here
Linux host1.absolutelystunningcenterpieces.com 3.10.0-957.21.3.el7.x86_64 #1 SMP Tue Jun 18 16:35:19 UTC 2019 x86_64
Apache
69.167.136.200
/
lib64
/
python2.7
/
distutils
[ HOME ]
Exec
Submit
core.pyo
� � J]c @ 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 d l m Z d Z d � Z d a d a d3 Z d4 Z d0 � Z d d1 d2 � Z d S(5 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 grok_environment_error( 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&