Module build_py
distutils.command.build_py
Implements the Distutils 'build_py' command.
|
__revision__ = ' $Id: build_py.py 37828 2004-11-10 22:23:15Z lo ...
|
Imports:
sys,
string,
os,
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,
glob,
Command,
DistutilsPlatformError,
DistutilsArgError,
LibError,
DistutilsInternalError,
DistutilsSetupError,
DistutilsOptionError,
DistutilsClassError,
DistutilsModuleError,
DistutilsFileError,
CCompilerError,
CompileError,
LinkError,
DistutilsExecError,
DistutilsGetoptError,
DistutilsTemplateError,
DistutilsError,
UnknownFileError,
PreprocessError,
convert_path,
log
__revision__
- Value:
' $Id: build_py.py 37828 2004-11-10 22:23:15Z loewis $ '
|
|