From 023862890f9f3de1c71b1e98d59d675312e88afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarek=20Ziad=C3=A9?= Date: Tue, 31 Mar 2009 20:50:59 +0000 Subject: added tests for the clean command --- Lib/distutils/command/clean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/distutils/command/clean.py') diff --git a/Lib/distutils/command/clean.py b/Lib/distutils/command/clean.py index ba03d1fff6..90ef35f1ca 100644 --- a/Lib/distutils/command/clean.py +++ b/Lib/distutils/command/clean.py @@ -11,7 +11,7 @@ from distutils.core import Command 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 = [ -- cgit v1.2.1