Mercurial > mozilla > hg > licenser
view tests/example/python_script.py @ 21:80193ae99aaf
fill out asterisk-style licenses
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 24 Nov 2011 15:10:25 -0800 |
parents | 895b8191cced |
children |
line wrap: on
line source
#!/usr/bin/env """ some sort of python script """ def main(): pass if __name__ == '__main__': main()