Mercurial > p > roundup > code
comparison test/test_actions.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 | c9bec888c3c8 |
| children |
comparison
equal
deleted
inserted
replaced
| 8561:395c258636ad | 8562:9c3ec0a5c7fc |
|---|---|
| 1 from __future__ import print_function | |
| 2 import unittest, copy | 1 import unittest, copy |
| 3 | 2 |
| 4 from roundup import hyperdb | 3 from roundup import hyperdb |
| 5 from roundup.date import Date, Interval | 4 from roundup.date import Date, Interval |
| 6 from roundup.cgi.actions import * | 5 from roundup.cgi.actions import * |
