From: Just van Rossum Date: Fri, 22 Nov 2002 00:31:50 +0000 (+0000) Subject: fixed error in cmd line doc; moved funny self.name line once more X-Git-Tag: v2.3c1~3316 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7aba23644d76d85815d053964dba90c63d1c811;p=thirdparty%2FPython%2Fcpython.git fixed error in cmd line doc; moved funny self.name line once more --- diff --git a/Mac/Lib/bundlebuilder.py b/Mac/Lib/bundlebuilder.py index 0575a46939ed..7854770dc962 100755 --- a/Mac/Lib/bundlebuilder.py +++ b/Mac/Lib/bundlebuilder.py @@ -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: