summaryrefslogtreecommitdiff
path: root/pystache/template_spec.py
diff options
context:
space:
mode:
Diffstat (limited to 'pystache/template_spec.py')
-rw-r--r--pystache/template_spec.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pystache/template_spec.py b/pystache/template_spec.py
index 5b029b9..9e9f454 100644
--- a/pystache/template_spec.py
+++ b/pystache/template_spec.py
@@ -34,6 +34,8 @@ class TemplateSpec(object):
template_name: the name of the template.
+ template_path: absolute path to the template.
+
template_rel_directory: the directory containing the template file,
relative to the directory containing the module defining the class.
@@ -46,5 +48,6 @@ class TemplateSpec(object):
template_encoding = None
template_extension = None
template_name = None
+ template_path = None
template_rel_directory = None
template_rel_path = None