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
6dc1366e
Commit
6dc1366e
authored
Jun 04, 2002
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace bogus bare variables with attribute access.
parent
dfeac87d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
command/bdist_sdux.py
command/bdist_sdux.py
+4
-3
No files found.
command/bdist_sdux.py
View file @
6dc1366e
"""distutils.command.bdist_pkgtool
"""distutils.command.bdist_pkgtool
Implements the Distutils 'bdist_sdux' command to create HP-UX
Implements the Distutils 'bdist_sdux' command to create HP-UX
swinstall depot"""
swinstall depot.
"""
# Mark Alexander <slash@dotnetslash.net>
# Mark Alexander <slash@dotnetslash.net>
...
@@ -265,11 +266,11 @@ class bdist_sdux(bdist_packager.bdist_packager):
...
@@ -265,11 +266,11 @@ class bdist_sdux(bdist_packager.bdist_packager):
#psf_file.extend([self.long_description])
#psf_file.extend([self.long_description])
if
self
.
copyright
:
if
self
.
copyright
:
# XX make a copyright file XXX
# XX make a copyright file XXX
write_script
(
'copyright'
)
self
.
write_script
(
'copyright'
)
psf_file
.
extend
([
' copyright <copyright'
])
psf_file
.
extend
([
' copyright <copyright'
])
if
self
.
readme
:
if
self
.
readme
:
# XX make a readme file XXX
# XX make a readme file XXX
write_script
(
'readme'
)
self
.
write_script
(
'readme'
)
psf_file
.
extend
([
' readme <readme'
])
psf_file
.
extend
([
' readme <readme'
])
psf_file
.
extend
([
' fileset'
])
# start fileset
psf_file
.
extend
([
' fileset'
])
# start fileset
...
...
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