mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
Listed ported modules.
This commit is contained in:
parent
70a029fb81
commit
ad7f44db99
@ -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",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user