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

12 lines
255 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",
"allmydata.util.namespace",
2020-07-02 18:27:43 +00:00
]
PORTED_TEST_MODULES = [
"allmydata.test.test_humanreadable",
]