mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
Explain a bit better.
This commit is contained in:
parent
733b2cab36
commit
eee3978243
@ -11,7 +11,9 @@ from __future__ import unicode_literals
|
||||
|
||||
from future.utils import PY2, PY3
|
||||
if PY2:
|
||||
# Don't use future bytes, since it breaks tests.
|
||||
# Don't use future bytes, since it breaks tests. No further works is
|
||||
# needed, once we're only on Python 3 we'll be deleting this future imports
|
||||
# anyway, and tests pass just fine on Python 3.
|
||||
from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, dict, list, object, range, str, max, min # noqa: F401
|
||||
|
||||
import time
|
||||
|
Loading…
x
Reference in New Issue
Block a user