Remove two unneeded attributes in packaging

This commit is contained in:
Éric Araujo 2011-09-21 16:28:03 +02:00
parent 4c0b7070ce
commit dd2d55c8a1
3 changed files with 4 additions and 7 deletions

View file

@ -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,