From: Just van Rossum Date: Thu, 4 Nov 1999 10:30:13 +0000 (+0000) Subject: Typo fixed in docstring; removed unneccesary import. (jvr) X-Git-Tag: v1.6a1~769 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29e51844917ec3487e1d1b4a5d0de6a3b8acad6d;p=thirdparty%2FPython%2Fcpython.git Typo fixed in docstring; removed unneccesary import. (jvr) --- diff --git a/Mac/scripts/BuildApplication.py b/Mac/scripts/BuildApplication.py index 58499f6bb1f9..33035fe0b05a 100644 --- a/Mac/scripts/BuildApplication.py +++ b/Mac/scripts/BuildApplication.py @@ -4,7 +4,7 @@ This puts up a dialog asking for a Python source file ('TEXT'). The output is a file with the same name but its ".py" suffix dropped. It is created by copying an applet template, all used shared libs and then adding 'PYC ' resources containing compiled versions of all used -modules wirrten in Python and the main script itself, as __main__. +modules written in Python and the main script itself, as __main__. """ @@ -24,7 +24,6 @@ MACFREEZEPATH = os.path.join(sys.prefix, ":Mac:Tools:macfreeze") if MACFREEZEPATH not in sys.path: sys.path.append(MACFREEZEPATH) -import macmodulefinder import macgen_bin # dialog, items