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
3a43dbfa
Commit
3a43dbfa
authored
Oct 08, 2014
by
Steve Dower
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e)
parent
f88c0708
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
Tools/msi/msi.py
Tools/msi/msi.py
+1
-4
No files found.
Tools/msi/msi.py
View file @
3a43dbfa
...
...
@@ -1158,7 +1158,7 @@ def add_files(db):
for
f
in
[
'i18n'
,
'pynche'
,
'Scripts'
]:
lib
=
PyDirectory
(
db
,
cab
,
tooldir
,
f
,
f
,
"%s|%s"
%
(
tooldir
.
make_short
(
f
),
f
))
lib
.
glob
(
"*.py"
)
lib
.
glob
(
"*.pyw"
,
exclude
=
[
'pydocgui.pyw'
]
)
lib
.
glob
(
"*.pyw"
)
lib
.
remove_pyc
()
lib
.
glob
(
"*.txt"
)
if
f
==
"pynche"
:
...
...
@@ -1170,9 +1170,6 @@ def add_files(db):
lib
.
add_file
(
"2to3.py"
,
src
=
"2to3"
)
lib
.
add_file
(
"pydoc3.py"
,
src
=
"pydoc3"
)
lib
.
add_file
(
"pyvenv.py"
,
src
=
"pyvenv"
)
if
have_tcl
:
lib
.
start_component
(
"pydocgui.pyw"
,
tcltk
,
keyfile
=
"pydocgui.pyw"
)
lib
.
add_file
(
"pydocgui.pyw"
)
# Add documentation
htmlfiles
.
set_current
()
lib
=
PyDirectory
(
db
,
cab
,
root
,
"Doc"
,
"Doc"
,
"DOC|Doc"
)
...
...
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