mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove two unneeded attributes in packaging
This commit is contained in:
parent
4c0b7070ce
commit
dd2d55c8a1
3 changed files with 4 additions and 7 deletions
|
@ -176,7 +176,6 @@ class install_dist(Command):
|
|||
self.installer = None
|
||||
self.requested = None
|
||||
self.no_record = None
|
||||
self.no_resources = None
|
||||
|
||||
# -- Option finalizing methods -------------------------------------
|
||||
# (This is rather more involved than for most commands,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue