]> granicus.if.org Git - python/commit
Reorganization: moved the Distribution class from core.py to dist.py, and
authorGreg Ward <gward@python.net>
Tue, 4 Apr 2000 01:40:52 +0000 (01:40 +0000)
committerGreg Ward <gward@python.net>
Tue, 4 Apr 2000 01:40:52 +0000 (01:40 +0000)
commitfe6462c1f3206dd69659d20b5babab515fc6d4c3
tree500b1215d19bb611a3c754789434a8757bc1c8d6
parent6c981ad25e38a2f02a9347310bdc680755208450
Reorganization: moved the Distribution class from core.py to dist.py, and
the Command class from core.py to cmd.py.  No other code needs changing
though; distutils.core still provides the Command and Distribution classes,
although indirectly now.
Lib/distutils/cmd.py [new file with mode: 0644]
Lib/distutils/core.py
Lib/distutils/dist.py [new file with mode: 0644]