Declare scripts.types_ as ported (never had Python 2 support).

This commit is contained in:
Jason R. Coombs 2021-01-30 11:00:19 -05:00
parent 8c71de5cd6
commit 00e856fed5
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Python 3 only
from typing import List, Tuple, Type, Sequence, Any
from allmydata.scripts.common import BaseOptions

View File

@ -72,6 +72,7 @@ PORTED_MODULES = [
"allmydata.mutable.servermap",
"allmydata.node",
"allmydata.nodemaker",
"allmydata.scripts.types_",
"allmydata.stats",
"allmydata.storage_client",
"allmydata.storage.common",