commit | fcd974efbb71ab7cb5a75639028508e0195939b8 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Thu May 25 01:10:04 2000 +0000 |
committer | Greg Ward <gward@python.net> | Thu May 25 01:10:04 2000 +0000 |
tree | 8e0e5ba9b3a87357ee51561b37710d9b5a34dbfc | |
parent | 51060be2f8b4f6662908215b5e54ba3144a26e6b [diff] [blame] |
Normalized all the end-of-class lines.
diff --git a/Lib/distutils/command/sdist.py b/Lib/distutils/command/sdist.py index f644e9f..56bc4c9 100644 --- a/Lib/distutils/command/sdist.py +++ b/Lib/distutils/command/sdist.py
@@ -519,7 +519,7 @@ if not self.keep_tree: remove_tree (base_dir, self.verbose, self.dry_run) -# class Dist +# class sdist # ----------------------------------------------------------------------