mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-11 20:11:47 +00:00
Listed ported modules.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
"""Track the port to Python 3."""
|
"""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",
|
||||||
|
]
|
||||||
|
Reference in New Issue
Block a user