# HG changeset patch # User Jeff Hammel # Date 1375238374 25200 # Node ID 197e7b523a07a8c7c75673f0c139958345903e18 # Parent 1a419ebe0fe53a8899ab34c54f937d047e5c86f2 wip diff -r 1a419ebe0fe5 -r 197e7b523a07 makeitso/python.py --- 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'),