0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00

Added (currently) pointless and trivial main body (for future tests).

This commit is contained in:
Greg Ward 2000-04-09 03:48:37 +00:00
parent d759f5f145
commit b361233c76

View File

@ -388,3 +388,7 @@ class Command:
# make_file ()
# class Command
if __name__ == "__main__":
print "ok"