Mercurial > p > roundup > code
diff test/test_templating.py @ 4740:fe9568a6cbd6
Untangle template selection logic from template loading functionality.
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Tue, 15 Jan 2013 00:10:01 +0300 |
| parents | 4caa6de726a5 |
| children | 364c54991861 |
line wrap: on
line diff
--- a/test/test_templating.py Mon Jan 14 20:25:00 2013 +0300 +++ b/test/test_templating.py Tue Jan 15 00:10:01 2013 +0300 @@ -336,7 +336,6 @@ class Unauthorised(Exception): def __init__(self, action, klass): def __str__(self): -def find_template(dir, name, view): class Loader: def __init__(self, dir):
