mirror of https://github.com/python/cpython.git
Added (currently) pointless and trivial main body (for future tests).
This commit is contained in:
parent
d759f5f145
commit
b361233c76
|
@ -388,3 +388,7 @@ def make_file (self, infiles, outfile, func, args,
|
|||
# make_file ()
|
||||
|
||||
# class Command
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print "ok"
|
||||
|
|
Loading…
Reference in New Issue