diff 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
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