changeset 70:cb00c011ff45

why do we care if they have templates or not?
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 07 Jan 2011 16:31:28 -0800
parents a75138a952d0
children 95d1bb85ab3c
files makeitso/template.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makeitso/template.py	Fri Jan 07 11:12:20 2011 -0800
+++ b/makeitso/template.py	Fri Jan 07 16:31:28 2011 -0800
@@ -74,7 +74,6 @@
         """
 
         # boilerplate
-        assert self.templates
         variables = variables or {}
         self.output = output
         self.interactive = interactive