]> granicus.if.org Git - python/commitdiff
fixed error in cmd line doc; moved funny self.name line once more
authorJust van Rossum <just@letterror.com>
Fri, 22 Nov 2002 00:31:50 +0000 (00:31 +0000)
committerJust van Rossum <just@letterror.com>
Fri, 22 Nov 2002 00:31:50 +0000 (00:31 +0000)
Mac/Lib/bundlebuilder.py

index 0575a46939edee14b17f25267a535d6ed197429b..7854770dc9620e48c485e282b563c4949df6768c 100755 (executable)
@@ -245,8 +245,9 @@ class AppBuilder(BundleBuilder):
 
                BundleBuilder.setup(self)
 
-       def preProcess(self):
                self.plist.CFBundleExecutable = self.name
+
+       def preProcess(self):
                resdir = pathjoin("Contents", "Resources")
                if self.executable is not None:
                        if self.mainprogram is None:
@@ -311,7 +312,7 @@ def pathjoin(*args):
 
 cmdline_doc = """\
 Usage:
-  python [options] command
+  python bundlebuilder.py [options] command
   python mybuildscript.py [options] command
 
 Commands: