Mercurial > mozilla > hg > licenser
view tests/example/python_script.py @ 27:7e0c931a201d
web licenser now works
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Fri, 25 Nov 2011 00:57:38 -0800 |
| parents | 895b8191cced |
| children |
line wrap: on
line source
#!/usr/bin/env """ some sort of python script """ def main(): pass if __name__ == '__main__': main()
