comparison makeitso/python_module/{{module}}.py @ 152:88f5bab340a1

make this slightly less sucky
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 01 Dec 2012 19:12:58 -0800
parents a203f79c537f
children a5ea79f3221f
comparison
equal deleted inserted replaced
151:e70421c50d0a 152:88f5bab340a1
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 2
3 """ 3 """
4 {{module}} 4 {{module}}
5 {{description}}
5 """ 6 """
6 7
7 import sys 8 import sys
8 import optparse 9 import optparse
9 10