mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-12 04:18:28 +00:00
Listed ported modules.
This commit is contained in:
@ -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",
|
||||
]
|
||||
|
Reference in New Issue
Block a user