Module cmd
distutils.cmd
Provides the Command class, the base class for the command classes in
the distutils.command package.
|
Command
Abstract base class for defining command classes, the "worker
bees" of the Distutils.
|
|
install_misc
Common base class for installing some files in a subdirectory.
|
|
__revision__ = ' $Id: cmd.py 37828 2004-11-10 22:23:15Z loewis $ '
|
Imports:
sys,
os,
string,
re,
IntType,
TypeType,
BooleanType,
CodeType,
UnboundMethodType,
StringType,
BuiltinMethodType,
FloatType,
DictionaryType,
NotImplementedType,
BuiltinFunctionType,
DictProxyType,
GeneratorType,
InstanceType,
ObjectType,
DictType,
GetSetDescriptorType,
FileType,
EllipsisType,
StringTypes,
ListType,
MethodType,
TupleType,
ModuleType,
FrameType,
LongType,
BufferType,
TracebackType,
ClassType,
MemberDescriptorType,
UnicodeType,
SliceType,
ComplexType,
LambdaType,
FunctionType,
XRangeType,
NoneType,
DistutilsPlatformError,
DistutilsArgError,
LibError,
DistutilsInternalError,
DistutilsSetupError,
DistutilsOptionError,
DistutilsClassError,
DistutilsModuleError,
DistutilsFileError,
CCompilerError,
CompileError,
LinkError,
DistutilsExecError,
DistutilsGetoptError,
DistutilsTemplateError,
DistutilsError,
UnknownFileError,
PreprocessError,
util,
dir_util,
file_util,
archive_util,
dep_util,
log