Mercurial > p > roundup > code
comparison test/test_templating.py @ 8562:9c3ec0a5c7fc
chore: remove __future print_funcion from code.
Not needed as of Python 3.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 08 Apr 2026 21:39:40 -0400 |
| parents | 9369e0958312 |
| children | 16e8bacb8f90 |
comparison
equal
deleted
inserted
replaced
| 8561:395c258636ad | 8562:9c3ec0a5c7fc |
|---|---|
| 1 from __future__ import print_function | |
| 2 import unittest | 1 import unittest |
| 3 import time | 2 import time |
| 4 | 3 |
| 5 from roundup.anypy.cgi_ import FieldStorage, MiniFieldStorage | 4 from roundup.anypy.cgi_ import FieldStorage, MiniFieldStorage |
| 6 from roundup.cgi.templating import * | 5 from roundup.cgi.templating import * |
