From fcd974efbb71ab7cb5a75639028508e0195939b8 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Thu, 25 May 2000 01:10:04 +0000 Subject: Normalized all the end-of-class lines. --- Lib/distutils/command/clean.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/distutils/command/clean.py') diff --git a/Lib/distutils/command/clean.py b/Lib/distutils/command/clean.py index d6999060bd..62307a1968 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 -- cgit v1.2.1