fixed print in template

This commit is contained in:
mdipierro
2019-01-01 18:28:24 -08:00
parent 1fff3fc237
commit 5e0f6c19bf
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1006,4 +1006,3 @@ if __name__ == '__main__':
def test():
return dict(a=3)
assert test() == '<div>0</div><div>1</div><div>2</div>'
print 'ok'