Changeset 206f25d in trunk
- Timestamp:
- 2020-09-29T17:50:59Z (5 years ago)
- Branches:
- master
- Children:
- 4051a17
- Parents:
- 02acd9d
- Location:
- src/allmydata
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/immutable/downloader/share.py ¶
r02acd9d r206f25d 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 1 12 2 13 import struct -
TabularUnified src/allmydata/util/_python3.py ¶
r02acd9d r206f25d 34 34 "allmydata.hashtree", 35 35 "allmydata.immutable.happiness_upload", 36 "allmydata.immutable.downloader.share", 36 37 "allmydata.interfaces", 37 38 "allmydata.introducer.interfaces",
Note: See TracChangeset
for help on using the changeset viewer.