Changeset e473446 in trunk
- Timestamp:
- 2020-11-06T15:11:09Z (4 years ago)
- Branches:
- master
- Children:
- 836d41a
- Parents:
- 95df5738
- Location:
- src/allmydata
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/test/mutable/test_filenode.py ¶
r95df5738 re473446 1 """ 2 Ported to Python 3. 3 """ 4 from __future__ import absolute_import 5 from __future__ import division 6 from __future__ import print_function 7 from __future__ import unicode_literals 8 9 from future.utils import PY2 10 if PY2: 11 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 12 1 13 from six.moves import cStringIO as StringIO 2 14 from twisted.internet import defer, reactor -
TabularUnified src/allmydata/util/_python3.py ¶
r95df5738 re473446 97 97 "allmydata.test.mutable.test_different_encoding", 98 98 "allmydata.test.mutable.test_filehandle", 99 "allmydata.test.mutable.test_filenode", 99 100 "allmydata.test.test_abbreviate", 100 101 "allmydata.test.test_base32",
Note: See TracChangeset
for help on using the changeset viewer.