diff options
Diffstat (limited to 'coverage/templite.py')
-rw-r--r-- | coverage/templite.py | 2 |
1 files changed, 2 insertions, 0 deletions
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): |