Ft.Lib.DistExt.BDist

Modules

bdist  sys     

Classes

class BDist(distutils.command.bdist.bdist)
finalize_options(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Lib.DistExt.BDist'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
command_name = 'bdist'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
format_command = {'bztar': ('bdist_dumb', "bzip2'ed tar file"), 'gztar': ('bdist_dumb', "gzip'ed tar file"), 'inno': ('bdist_inno', 'Windows InnoSetup installer'), 'rpm': ('bdist_rpm', 'RPM distribution'), 'tar': ('bdist_dumb', 'tar file'), 'wininst': ('bdist_wininst', 'Windows executable installer'), 'zip': ('bdist_dumb', 'ZIP file'), 'ztar': ('bdist_dumb', 'compressed tar file')}

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Lib/DistExt/BDist.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Lib.DistExt.BDist'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.