Changeset eee3978 in trunk
- Timestamp:
- 2020-08-20T17:34:00Z (5 years ago)
- Branches:
- master
- Children:
- 9089a12
- Parents:
- 733b2cab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/test/test_crawler.py ¶
r733b2cab reee3978 12 12 from future.utils import PY2, PY3 13 13 if PY2: 14 # Don't use future bytes, since it breaks tests. 14 # Don't use future bytes, since it breaks tests. No further works is 15 # needed, once we're only on Python 3 we'll be deleting this future imports 16 # anyway, and tests pass just fine on Python 3. 15 17 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 16 18
Note: See TracChangeset
for help on using the changeset viewer.