changeset 163:197e7b523a07

wip
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 30 Jul 2013 19:39:34 -0700
parents 1a419ebe0fe5
children 6cd2894bb11c
files makeitso/python.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/makeitso/python.py	Tue Jul 30 15:43:43 2013 -0700
+++ b/makeitso/python.py	Tue Jul 30 19:39:34 2013 -0700
@@ -24,6 +24,7 @@
 from template import MakeItSoTemplate
 from template import Variable
 
+
 class PythonTemplate(MakeItSoTemplate):
   """abstract base class for python-type templates"""
   vars = [Variable('description'),