Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
8d09363e
Commit
8d09363e
authored
Aug 05, 2013
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Name variable for clarity
--HG-- extra : rebase_source : 6787fb9e99b28fa2d9504d18018878ccf193d521
parent
1c7102c9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
setuptools/command/easy_install.py
setuptools/command/easy_install.py
+2
-1
No files found.
setuptools/command/easy_install.py
View file @
8d09363e
...
...
@@ -1842,7 +1842,8 @@ class WindowsScriptWriter(ScriptWriter):
hdr
=
new_header
else
:
hdr
=
header
yield
(
name
+
ext
,
hdr
+
script_text
,
't'
,
[
name
+
x
for
x
in
old
])
blockers
=
[
name
+
x
for
x
in
old
]
yield
(
name
+
ext
,
hdr
+
script_text
,
't'
,
blockers
)
yield
(
name
+
'.exe'
,
get_win_launcher
(
launcher_type
),
'b'
# write in binary mode
...
...
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