summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command')
-rw-r--r--Lib/distutils/command/__init__.py2
1 files changed, 1 insertions, 1 deletions
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',