Module bdist_dumb
distutils.command.bdist_dumb
Implements the Distutils 'bdist_dumb' command (create a
"dumb" built distribution -- i.e., just an archive to be
unpacked under $prefix or $exec_prefix).
|
__revision__ = ' $Id: bdist_dumb.py 38697 2005-03-23 18:54:36Z ...
|
Imports:
os,
Command,
get_platform,
create_tree,
remove_tree,
ensure_relative,
DistutilsPlatformError,
DistutilsArgError,
LibError,
DistutilsInternalError,
DistutilsSetupError,
DistutilsOptionError,
DistutilsClassError,
DistutilsModuleError,
DistutilsFileError,
CCompilerError,
CompileError,
LinkError,
DistutilsExecError,
DistutilsGetoptError,
DistutilsTemplateError,
DistutilsError,
UnknownFileError,
PreprocessError,
get_python_version,
log
__revision__
- Value:
' $Id: bdist_dumb.py 38697 2005-03-23 18:54:36Z loewis $ '
|
|