diff --git a/Lib/distutils/cmd.py b/Lib/distutils/cmd.py index ad78703713e..b2fb517e738 100644 --- a/Lib/distutils/cmd.py +++ b/Lib/distutils/cmd.py @@ -388,3 +388,7 @@ def make_file (self, infiles, outfile, func, args, # make_file () # class Command + + +if __name__ == "__main__": + print "ok"