Move Python 2-only stubs to @python2 directory (#5660)

This commit is contained in:
Sebastian Rittau
2021-06-21 11:28:25 -07:00
committed by GitHub
parent a319ba4604
commit 68dc2d132b
47 changed files with 22 additions and 33 deletions
@@ -1,6 +1,6 @@
from typing import Any, ContextManager
from thrift.Thrift import TProcessor # type: ignore
TProcessor = Any # actually thrift.Thrift.TProcessor
fastbinary: Any
-2
View File
@@ -1,3 +1 @@
version = "0.1"
python2 = true
python3 = false