changeset 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 6e08cca7d656
children a82aa8b2ad93
files templates/script.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/templates/script.py	Tue Jan 04 18:07:18 2011 -0800
+++ b/templates/script.py	Wed Jan 05 18:09:32 2011 -0800
@@ -1,7 +1,7 @@
-#!/usr/bin/env
+#!/usr/bin/env python
 
 """
-utlities related to getting JSON into couchdb
+${description}
 """
 
 import sys