ó 4Y~gc @ sq d Z d Z d d l Z d d l m Z d d l m Z d d l m Z m Z d „ Z d e f d „ ƒ YZ d S( si distutils.command.bdist Implements the Distutils 'bdist' command (create a built [binary] distribution).s $Id$iÿÿÿÿN( t get_platform( t Command( t DistutilsPlatformErrort DistutilsOptionErrorc C sl d d l m } g } x6 t j D]+ } | j d | d t j | d f ƒ q W| | ƒ } | j d ƒ d S( sF Print list of available formats (arguments to "--format" option). iÿÿÿÿ( t FancyGetopts formats=i s' List of available distribution formats:N( t distutils.fancy_getoptR t bdistt format_commandst appendt Nonet format_commandt print_help( R t formatst formatt pretty_printer( ( s<