mirror of
https://github.com/python/cpython.git
synced 2025-11-02 14:41:33 +00:00
Typo fixed in docstring; removed unneccesary import. (jvr)
This commit is contained in:
parent
2e5b0f2166
commit
29e5184491
1 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
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 @@
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue