Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d759f5f commit b361233Copy full SHA for b361233
1 file changed
Lib/distutils/cmd.py
@@ -388,3 +388,7 @@ def make_file (self, infiles, outfile, func, args,
388
# make_file ()
389
390
# class Command
391
+
392
393
+if __name__ == "__main__":
394
+ print "ok"
0 commit comments