Listed ported modules.

This commit is contained in:
Itamar Turner-Trauring 2020-07-02 14:27:43 -04:00
parent 70a029fb81
commit ad7f44db99

View File

@ -1,3 +1,10 @@
"""Track the port to Python 3."""
PORTED_MODULES = []
# Keep these sorted alphabetically, to reduce merge conflicts:
PORTED_MODULES = [
"allmydata.util.humanreadable",
]
PORTED_TEST_MODULES = [
"allmydata.test.test_humanreadable",
]