projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbb04c4
)
Changed order so 'clean' is right after the 'build' commands.
author
Greg Ward
<gward@python.net>
Sun, 28 May 2000 23:49:03 +0000
(23:49 +0000)
committer
Greg Ward
<gward@python.net>
Sun, 28 May 2000 23:49:03 +0000
(23:49 +0000)
Lib/distutils/command/__init__.py
patch
|
blob
|
history
diff --git
a/Lib/distutils/command/__init__.py
b/Lib/distutils/command/__init__.py
index 56c26fe151bb3611f72544b2ffe67b6d1b5cfc43..95bce8d8c11aec39749526a8a71e732d4689915b 100644
(file)
--- 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',