Commit 0f033f09 authored by Just van Rossum's avatar Just van Rossum

Typo fixed in docstring; removed unneccesary import. (jvr)

parent 7d1329ca
...@@ -4,7 +4,7 @@ This puts up a dialog asking for a Python source file ('TEXT'). ...@@ -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. 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 It is created by copying an applet template, all used shared libs and
then adding 'PYC ' resources containing compiled versions of all used 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") ...@@ -24,7 +24,6 @@ MACFREEZEPATH = os.path.join(sys.prefix, ":Mac:Tools:macfreeze")
if MACFREEZEPATH not in sys.path: if MACFREEZEPATH not in sys.path:
sys.path.append(MACFREEZEPATH) sys.path.append(MACFREEZEPATH)
import macmodulefinder
import macgen_bin import macgen_bin
# dialog, items # dialog, items
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment