diff makeitso/makeitso.py @ 42:73dac34d2692

more stubbing of API class; first get something off the ground; then rewrite
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 04 Jan 2011 07:38:49 -0800
parents 9956e13558dd
children 6e08cca7d656
line wrap: on
line diff
--- a/makeitso/makeitso.py	Mon Jan 03 14:18:59 2011 -0800
+++ b/makeitso/makeitso.py	Tue Jan 04 07:38:49 2011 -0800
@@ -283,9 +283,7 @@
 
 
 class PolyTemplate(ContentTemplate):
-    """
-    template for several files/directories
-    """
+    """template for several files/directories"""
 
     def __init__(self, templates, output=None, interactive=True, **variables):