mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
added tests for the clean command
This commit is contained in:
parent
c7cd138bc2
commit
023862890f
3 changed files with 69 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue