diff makeitso/makeitso.py @ 41:9956e13558dd

stub out what API templates will look like; put these in a separate file as theres no reason to clutter up the command line entry point any further
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 03 Jan 2011 14:18:59 -0800
parents 6b4c8f23192f
children 73dac34d2692
line wrap: on
line diff
--- a/makeitso/makeitso.py	Sun Jan 02 00:48:58 2011 -0800
+++ b/makeitso/makeitso.py	Mon Jan 03 14:18:59 2011 -0800
@@ -324,7 +324,7 @@
         for template in self.templates:
             template.substitute(**variables)
         
-### command line stuff
+### command line interface
 
 def invocation(url, **variables):
     """returns a string appropriate for TTW invocation"""