Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b361233

Browse files
committed
Added (currently) pointless and trivial main body (for future tests).
1 parent d759f5f commit b361233

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lib/distutils/cmd.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,3 +388,7 @@ def make_file (self, infiles, outfile, func, args,
388388
# make_file ()
389389

390390
# class Command
391+
392+
393+
if __name__ == "__main__":
394+
print "ok"

0 commit comments

Comments
 (0)