Python 3 tweaks.

This commit is contained in:
Itamar Turner-Trauring 2022-07-18 11:26:33 -04:00
parent 8b0941acd2
commit 011b942372

View File

@ -1,14 +1,6 @@
"""
Ported to Python 3.
Tests for the grid manager.
"""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
from future.utils import PY2
if PY2:
from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, bytes, dict, list, object, range, str, max, min # noqa: F401
from datetime import (
timedelta,