Actually return a value to the shell

This commit is contained in:
Rob Crittenden
2007-10-19 09:59:07 -04:00
parent 53166669e7
commit 6b0587726a
9 changed files with 18 additions and 9 deletions

View File

@@ -110,4 +110,5 @@ def main():
return 0
main()
if __name__ == "__main__":
sys.exit(main())