comparison templates/script.py @ 46:a82aa8b2ad93

use proper delimeters
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 05 Jan 2011 18:09:50 -0800
parents 3bf29175907c
children
comparison
equal deleted inserted replaced
45:3bf29175907c 46:a82aa8b2ad93
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 2
3 """ 3 """
4 ${description} 4 {{description}}
5 """ 5 """
6 6
7 import sys 7 import sys
8 from optparse import OptionParser 8 from optparse import OptionParser
9 9