From 2129032bc6a17040d5652b14d8c8bb6c80fc3857 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Sun, 28 May 2000 23:49:03 +0000 Subject: Changed order so 'clean' is right after the 'build' commands. --- Lib/distutils/command/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ __all__ = ['build', 'build_ext', 'build_clib', 'build_scripts', + 'clean', 'install', 'install_lib', 'install_headers', 'install_scripts', 'install_data', - 'clean', 'sdist', 'bdist', 'bdist_dumb', -- cgit v0.12