Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
29e51844
Commit
29e51844
authored
Nov 04, 1999
by
Just van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fixed in docstring; removed unneccesary import. (jvr)
parent
2e5b0f21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Mac/scripts/BuildApplication.py
Mac/scripts/BuildApplication.py
+1
-2
No files found.
Mac/scripts/BuildApplication.py
View file @
29e51844
...
...
@@ -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 w
irr
ten in Python and the main script itself, as __main__.
modules w
rit
ten 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment