¯\_(ツ)_/¯

This commit is contained in:
Chad Whitacre 2021-02-13 15:48:42 -05:00
parent 33d566ec87
commit 8700aae37a
2 changed files with 11 additions and 0 deletions

0
newsfragments/3613.minor Normal file
View File

View File

@ -1,3 +1,14 @@
"""Ported to Python 3.
"""
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
import weakref