--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/suite_13_bad_python/files/hello.py Mon Jul 15 13:16:31 2019 -0700 @@ -0,0 +1,6 @@ +import time +import tincan + +class Hello2(tincan.Page): + def handle(self): + self.time = time.ctime()