]> granicus.if.org Git - python/commit
Factored the "sub-command" machinery out to Command. Mainly, this
authorGreg Ward <gward@python.net>
Sat, 16 Sep 2000 15:06:57 +0000 (15:06 +0000)
committerGreg Ward <gward@python.net>
Sat, 16 Sep 2000 15:06:57 +0000 (15:06 +0000)
commitfadefedb8945751d21cabf8763b431630112a20d
tree895d5297617ec0eb33294f017ee08e11c6c395a9
parent634fc574e1464a0ee4a53dbf134c073070610088
Factored the "sub-command" machinery out to Command.  Mainly, this
meant removing 'get_sub_commands()', and moving the 'sub_commands' class
attribute to the end and restructuring it to conform to the new regime.
Lib/distutils/command/install.py