mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added 'get_inputs()' methods, needed by the "install" command's
'get_inputs()'.
This commit is contained in:
parent
ba0506b349
commit
e30b7a91c7
2 changed files with 6 additions and 0 deletions
|
@ -32,4 +32,7 @@ class install_scripts(install_misc):
|
|||
self.announce("changing mode of %s to %o" % (file, mode))
|
||||
os.chmod(file, mode)
|
||||
|
||||
def get_inputs (self):
|
||||
return self.distribution.scripts or []
|
||||
|
||||
# class install_scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue