From b9948256ed3ba8f3f944f1066cc05ef45a42e92e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 27 Oct 2009 07:17:02 -0400 Subject: Put back a comment distinguishing this Templite from another Templite. --- coverage/templite.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coverage/templite.py') diff --git a/coverage/templite.py b/coverage/templite.py index 258f3fa..f61fbdc 100644 --- a/coverage/templite.py +++ b/coverage/templite.py @@ -1,5 +1,7 @@ """A simple Python template renderer, for a nano-subset of Django syntax.""" +# Coincidentally named the same as http://code.activestate.com/recipes/496702/ + import re class Templite(object): -- cgit v1.2.1