]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
First checkin of real Distutils command modules.
authorGreg Ward <gward@python.net>
Mon, 22 Mar 1999 14:55:25 +0000 (14:55 +0000)
committerGreg Ward <gward@python.net>
Mon, 22 Mar 1999 14:55:25 +0000 (14:55 +0000)
commit13ae1c8ff81befcfd0b0ece98ef471cd504642d8
tree3ec9b551a151d407a01fb74b48c6a166248c336d
parent03f8c3cdd013313374482bdac82609225e58561c
First checkin of real Distutils command modules.
Lib/distutils/command/__init__.py [new file with mode: 0644]
Lib/distutils/command/build.py [new file with mode: 0644]
Lib/distutils/command/build_py.py [new file with mode: 0644]
Lib/distutils/command/install.py [new file with mode: 0644]
Lib/distutils/command/install_lib.py [new file with mode: 0644]
Lib/distutils/command/install_py.py [new file with mode: 0644]