added tests for the clean command

This commit is contained in:
Tarek Ziadé 2009-03-31 20:50:59 +00:00
parent c7cd138bc2
commit 023862890f
3 changed files with 69 additions and 3 deletions

View file

@ -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 = [