commit | 37bc81505379facad85a7c6ff273de0201f28656 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sun Jan 30 18:34:15 2000 +0000 |
committer | Greg Ward <gward@python.net> | Sun Jan 30 18:34:15 2000 +0000 |
tree | f2c2208609ff73860b86da445fbb7669847b5bbc | |
parent | 4c67936e4eab6db332c32b51f45c91870fb58d90 [diff] |
Added 'description' class attribute to every command class (to help the '--help-commands' option). Shuffled imports around in a few command modules to avoid expensive up-front import of sysconfig (and resulting delays in generating list of all commands).