Added comment before exit statement in hello.py example.

This commit is contained in:
Ed Braaten 2015-04-23 22:17:56 -07:00
parent 9c227f5a00
commit 7636600533

View file

@ -78,4 +78,5 @@ for line in file:
linenum += 1
file.close()
# All done, finish with normal exit code.
sys.exit(0)