]> granicus.if.org Git - python/commit
Changed so the sub-commands we rely on to do the real work is specified
authorGreg Ward <gward@python.net>
Wed, 29 Mar 2000 02:15:57 +0000 (02:15 +0000)
committerGreg Ward <gward@python.net>
Wed, 29 Mar 2000 02:15:57 +0000 (02:15 +0000)
commitee94c57fe960b5a986721fdb813caae1dfb2144e
tree8fe3fda12b10316b0d2bc4afa56b1906011d6ac3
parentae45b16157cad4b6d3fd844b4684bc538549ddc5
Changed so the sub-commands we rely on to do the real work is specified
  in a class attribute 'sub_commands', rather than hard-coded in 'run()'.
  This should make it easier to subclass 'install', and also makes it
  easier to keep 'run()' and the new 'get_outputs()' consistent.
Added 'get_outputs()' in preparation for the 'bdist' command.
Lib/distutils/command/install.py