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