mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
Merge pull request #765 from tahoe-lafs/3372.alphabetize-PORTED_MODULES
Sort the Python 3 ported modules list (as we said we would) Fixes: ticket:3372
This commit is contained in:
commit
fc901e9614
0
newsfragments/3372.minor
Normal file
0
newsfragments/3372.minor
Normal file
@ -22,6 +22,8 @@ PORTED_MODULES = [
|
||||
"allmydata.crypto.rsa",
|
||||
"allmydata.crypto.util",
|
||||
"allmydata.hashtree",
|
||||
"allmydata.test.common_py3",
|
||||
"allmydata.util._python3",
|
||||
"allmydata.util.abbreviate",
|
||||
"allmydata.util.assertutil",
|
||||
"allmydata.util.base32",
|
||||
@ -38,11 +40,9 @@ PORTED_MODULES = [
|
||||
"allmydata.util.observer",
|
||||
"allmydata.util.pipeline",
|
||||
"allmydata.util.pollmixin",
|
||||
"allmydata.util._python3",
|
||||
"allmydata.util.spans",
|
||||
"allmydata.util.statistics",
|
||||
"allmydata.util.time_format",
|
||||
"allmydata.test.common_py3",
|
||||
]
|
||||
|
||||
PORTED_TEST_MODULES = [
|
||||
|
Loading…
Reference in New Issue
Block a user