Mercurial > cgi-bin > hgweb.cgi > tincan
view tests/suite_14_bad_template/files/hello.py @ 71:88adf10be709 draft
Add tests.
author | David Barts <n5jrn@me.com> |
---|---|
date | Mon, 15 Jul 2019 13:16:31 -0700 |
parents | |
children |
line wrap: on
line source
import time import tincan class Hello2(tincan.Page): def handle(self): self.time = time.ctime()