Changed order so 'clean' is right after the 'build' commands.
authorGreg Ward <gward@python.net>
Sun, 28 May 2000 23:49:03 +0000 (23:49 +0000)
committerGreg Ward <gward@python.net>
Sun, 28 May 2000 23:49:03 +0000 (23:49 +0000)
Lib/distutils/command/__init__.py

index 56c26fe151bb3611f72544b2ffe67b6d1b5cfc43..95bce8d8c11aec39749526a8a71e732d4689915b 100644 (file)
@@ -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',