diff options
author | Éric Araujo <merwok@netwok.org> | 2011-09-21 14:28:03 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-09-21 14:28:03 (GMT) |
commit | dd2d55c8a145deffb521724e7cb159b453eeb6b8 (patch) | |
tree | 47c7689c78be49f88864c1077b7ce7e75d0fb154 /Lib/packaging/command | |
parent | 4c0b7070ce1461fd54059d1fdc435ab89bdb6555 (diff) | |
download | cpython-dd2d55c8a145deffb521724e7cb159b453eeb6b8.zip cpython-dd2d55c8a145deffb521724e7cb159b453eeb6b8.tar.gz cpython-dd2d55c8a145deffb521724e7cb159b453eeb6b8.tar.bz2 |
Remove two unneeded attributes in packaging
Diffstat (limited to 'Lib/packaging/command')
-rw-r--r-- | Lib/packaging/command/install_dist.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/packaging/command/install_dist.py b/Lib/packaging/command/install_dist.py index 4fbca7e..ce7015e 100644 --- a/Lib/packaging/command/install_dist.py +++ b/Lib/packaging/command/install_dist.py @@ -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, |