Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:BundleBuilder

4 bundlebuilder.py -- Tools to assemble MacOS X (application) bundles.
7 MacOS X. BundleBuilder is a general tool, AppBuilder is a subclass
16 % python bundlebuilder.py [options] build
22 from bundlebuilder import buildapp
28 __all__ = ["BundleBuilder", "BundleBuilderError", "AppBuilder", "buildapp"]
32 warnpy3k("In 3.x, the bundlebuilder module is removed.", stacklevel=2)
71 class BundleBuilder(Defaults):
73 """BundleBuilder is a barebones class for assembling bundles. It
354 class AppBuilder(BundleBuilder):
456 BundleBuilder.setup(self)
563 "<-bundlebuilder.py->", "exec")
799 python bundlebuilder.py [options] command