commit | 023862890f9f3de1c71b1e98d59d675312e88afb | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Tue Mar 31 20:50:59 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Tue Mar 31 20:50:59 2009 +0000 |
tree | 7cb79ee5fb9c9c81b44c6dc44286291f37cee2d4 | |
parent | c7cd138bc2127079642ee8a3f2fa9d58c889dec0 [diff] [blame] |
added tests for the clean command
diff --git a/Lib/distutils/command/clean.py b/Lib/distutils/command/clean.py index ba03d1f..90ef35f 100644 --- a/Lib/distutils/command/clean.py +++ b/Lib/distutils/command/clean.py
@@ -11,7 +11,7 @@ from distutils.dir_util import remove_tree from distutils import log -class clean (Command): +class clean(Command): description = "clean up temporary files from 'build' command" user_options = [