commit | 2129032bc6a17040d5652b14d8c8bb6c80fc3857 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sun May 28 23:49:03 2000 +0000 |
committer | Greg Ward <gward@python.net> | Sun May 28 23:49:03 2000 +0000 |
tree | 92cac45fbd02c0454ec7f7c07535edebd8aba341 | |
parent | fbb04c448c31a653930039f61cf726ab16d93469 [diff] |
Changed order so 'clean' is right after the 'build' commands.
diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index 56c26fe..95bce8d 100644 --- a/Lib/distutils/command/__init__.py +++ b/Lib/distutils/command/__init__.py
@@ -10,12 +10,12 @@ 'build_ext', 'build_clib', 'build_scripts', + 'clean', 'install', 'install_lib', 'install_headers', 'install_scripts', 'install_data', - 'clean', 'sdist', 'bdist', 'bdist_dumb',