diff test/test_templating.py @ 4720:fd72576e07ed

API break: rename Templates to Loader for zopetal and chameleon engines.
author anatoly techtonik <techtonik@gmail.com>
date Sun, 06 Jan 2013 16:36:33 +0300
parents 11b6601629d7
children 5033c2ad80a7
line wrap: on
line diff
--- a/test/test_templating.py	Sun Jan 06 16:02:45 2013 +0300
+++ b/test/test_templating.py	Sun Jan 06 16:36:33 2013 +0300
@@ -338,7 +338,7 @@
     def __str__(self):
 def find_template(dir, name, extension):
 
-class Templates:
+class Loader:
     def __init__(self, dir):
     def precompileTemplates(self):
     def get(self, name, extension=None):

Roundup Issue Tracker: http://roundup-tracker.org/