comparison tests/suite_13_bad_python/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
comparison
equal deleted inserted replaced
70:a78c74c73d98 71:88adf10be709
1 import time
2 import tincan
3
4 class Hello2(tincan.Page):
5 def handle(self):
6 self.time = time.ctime()