From b008fdf19d1fb05f529145faf36a57aa622b19ba 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 258f3fa6..f61fbdca 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