tahoe-lafs/src/allmydata/util/_python3.py

11 lines
223 B
Python
Raw Normal View History

2020-07-02 17:42:30 +00:00
"""Track the port to Python 3."""
2020-07-02 18:27:43 +00:00
# Keep these sorted alphabetically, to reduce merge conflicts:
PORTED_MODULES = [
"allmydata.util.humanreadable",
]
PORTED_TEST_MODULES = [
"allmydata.test.test_humanreadable",
]