comparison tests/example/python_script.py @ 9:895b8191cced

add some example files to test
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 22 Nov 2011 16:57:41 -0800
parents
children
comparison
equal deleted inserted replaced
8:c3c65fb15ab3 9:895b8191cced
1 #!/usr/bin/env
2
3 """
4 some sort of python script
5 """
6
7 def main():
8 pass
9
10 if __name__ == '__main__':
11 main()