]> granicus.if.org Git - python/commit
Changed to use the 'sub-commands' machinery:
authorGreg Ward <gward@python.net>
Sat, 30 Sep 2000 17:08:12 +0000 (17:08 +0000)
committerGreg Ward <gward@python.net>
Sat, 30 Sep 2000 17:08:12 +0000 (17:08 +0000)
commit64d855adca8f78356e4699355e876810b8fd575f
treeeeced0ac692fbadf77dd0d6d2904ff9e68eafbbf
parent70b1fd1a99d7f9f907d49bdcbed8dbbb648a3ede
Changed to use the 'sub-commands' machinery:
  - added 'sub_commands' class attr
  - added 'has_*()' predicates referenced by the sub-command list
  - rewrote 'run()' so it's a trivial loop over relevant sub-commands
Lib/distutils/command/build.py