summaryrefslogtreecommitdiff
path: root/examples/unicode_input.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/unicode_input.py')
-rw-r--r--examples/unicode_input.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/unicode_input.py b/examples/unicode_input.py
index 9f3684f..2c10fcb 100644
--- a/examples/unicode_input.py
+++ b/examples/unicode_input.py
@@ -1,7 +1,7 @@
-import pystache
+from pystache import TemplateSpec
+
+class UnicodeInput(TemplateSpec):
-class UnicodeInput(pystache.View):
- template_path = 'examples'
template_encoding = 'utf8'
def age(self):