diff options
author | Greg Ward <gward@python.net> | 2000-05-25 01:10:04 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-05-25 01:10:04 (GMT) |
commit | fcd974efbb71ab7cb5a75639028508e0195939b8 (patch) | |
tree | 8e0e5ba9b3a87357ee51561b37710d9b5a34dbfc /Lib/distutils/command/clean.py | |
parent | 51060be2f8b4f6662908215b5e54ba3144a26e6b (diff) | |
download | cpython-fcd974efbb71ab7cb5a75639028508e0195939b8.zip cpython-fcd974efbb71ab7cb5a75639028508e0195939b8.tar.gz cpython-fcd974efbb71ab7cb5a75639028508e0195939b8.tar.bz2 |
Normalized all the end-of-class lines.
Diffstat (limited to 'Lib/distutils/command/clean.py')
-rw-r--r-- | Lib/distutils/command/clean.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/command/clean.py b/Lib/distutils/command/clean.py index d699906..62307a1 100644 --- a/Lib/distutils/command/clean.py +++ b/Lib/distutils/command/clean.py @@ -74,3 +74,5 @@ class clean (Command): self.announce ("removing '%s'" % self.build_base) except OSError: pass + +# class clean |