Changeset 03fd566 in trunk
- Timestamp:
- 2020-09-17T16:37:10Z (4 years ago)
- Branches:
- master
- Children:
- 9818512
- Parents:
- cecbc26
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/storage/server.py ¶
rcecbc26 r03fd566 7 7 from __future__ import unicode_literals 8 8 9 from future.utils import bytes_to_native_str, PY2 , native_str_to_bytes9 from future.utils import bytes_to_native_str, PY2 10 10 if PY2: 11 11 # Omit open() to get native behavior where open("w") always accepts native
Note: See TracChangeset
for help on using the changeset viewer.