summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/command
diff options
context:
space:
mode:
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)
commitdd2d55c8a145deffb521724e7cb159b453eeb6b8 (patch)
tree47c7689c78be49f88864c1077b7ce7e75d0fb154 /Lib/packaging/command
parent4c0b7070ce1461fd54059d1fdc435ab89bdb6555 (diff)
downloadcpython-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.py1
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,