Mercurial > hg > MakeItSo
comparison templates/script.py @ 45:3bf29175907c
actually introduce a variable for the script
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 05 Jan 2011 18:09:32 -0800 |
parents | 08a50935e941 |
children | a82aa8b2ad93 |
comparison
equal
deleted
inserted
replaced
44:6e08cca7d656 | 45:3bf29175907c |
---|---|
1 #!/usr/bin/env | 1 #!/usr/bin/env python |
2 | 2 |
3 """ | 3 """ |
4 utlities related to getting JSON into couchdb | 4 ${description} |
5 """ | 5 """ |
6 | 6 |
7 import sys | 7 import sys |
8 from optparse import OptionParser | 8 from optparse import OptionParser |
9 | 9 |