From: Greg Ward Date: Sun, 9 Apr 2000 03:48:37 +0000 (+0000) Subject: Added (currently) pointless and trivial main body (for future tests). X-Git-Tag: v1.6a2~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b361233c76acd85df2c4a3946662d88897963851;p=python Added (currently) pointless and trivial main body (for future tests). --- diff --git a/Lib/distutils/cmd.py b/Lib/distutils/cmd.py index ad78703713..b2fb517e73 100644 --- a/Lib/distutils/cmd.py +++ b/Lib/distutils/cmd.py @@ -388,3 +388,7 @@ class Command: # make_file () # class Command + + +if __name__ == "__main__": + print "ok"