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: http://git.ipfire.org/?a=commitdiff_plain;h=b361233c76acd85df2c4a3946662d88897963851;p=thirdparty%2FPython%2Fcpython.git Added (currently) pointless and trivial main body (for future tests). --- diff --git a/Lib/distutils/cmd.py b/Lib/distutils/cmd.py index ad78703713e0..b2fb517e7384 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"