From 84d0cbf7765e1be6862ec31136302091abb68b20 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Mon, 13 Nov 2017 07:05:57 -0800 Subject: [PATCH] move thrift to 2and3 (#1736) thrift supports Python 3 as of version 0.10.0. These stubs are pure stubgen and might not be much good, but they belong in 2and3. --- third_party/{2 => 2and3}/thrift/Thrift.pyi | 0 third_party/{2 => 2and3}/thrift/__init__.pyi | 0 third_party/{2 => 2and3}/thrift/protocol/TBinaryProtocol.pyi | 0 third_party/{2 => 2and3}/thrift/protocol/TProtocol.pyi | 0 third_party/{2 => 2and3}/thrift/protocol/__init__.pyi | 0 third_party/{2 => 2and3}/thrift/transport/TSocket.pyi | 0 third_party/{2 => 2and3}/thrift/transport/TTransport.pyi | 0 third_party/{2 => 2and3}/thrift/transport/__init__.pyi | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename third_party/{2 => 2and3}/thrift/Thrift.pyi (100%) rename third_party/{2 => 2and3}/thrift/__init__.pyi (100%) rename third_party/{2 => 2and3}/thrift/protocol/TBinaryProtocol.pyi (100%) rename third_party/{2 => 2and3}/thrift/protocol/TProtocol.pyi (100%) rename third_party/{2 => 2and3}/thrift/protocol/__init__.pyi (100%) rename third_party/{2 => 2and3}/thrift/transport/TSocket.pyi (100%) rename third_party/{2 => 2and3}/thrift/transport/TTransport.pyi (100%) rename third_party/{2 => 2and3}/thrift/transport/__init__.pyi (100%) diff --git a/third_party/2/thrift/Thrift.pyi b/third_party/2and3/thrift/Thrift.pyi similarity index 100% rename from third_party/2/thrift/Thrift.pyi rename to third_party/2and3/thrift/Thrift.pyi diff --git a/third_party/2/thrift/__init__.pyi b/third_party/2and3/thrift/__init__.pyi similarity index 100% rename from third_party/2/thrift/__init__.pyi rename to third_party/2and3/thrift/__init__.pyi diff --git a/third_party/2/thrift/protocol/TBinaryProtocol.pyi b/third_party/2and3/thrift/protocol/TBinaryProtocol.pyi similarity index 100% rename from third_party/2/thrift/protocol/TBinaryProtocol.pyi rename to third_party/2and3/thrift/protocol/TBinaryProtocol.pyi diff --git a/third_party/2/thrift/protocol/TProtocol.pyi b/third_party/2and3/thrift/protocol/TProtocol.pyi similarity index 100% rename from third_party/2/thrift/protocol/TProtocol.pyi rename to third_party/2and3/thrift/protocol/TProtocol.pyi diff --git a/third_party/2/thrift/protocol/__init__.pyi b/third_party/2and3/thrift/protocol/__init__.pyi similarity index 100% rename from third_party/2/thrift/protocol/__init__.pyi rename to third_party/2and3/thrift/protocol/__init__.pyi diff --git a/third_party/2/thrift/transport/TSocket.pyi b/third_party/2and3/thrift/transport/TSocket.pyi similarity index 100% rename from third_party/2/thrift/transport/TSocket.pyi rename to third_party/2and3/thrift/transport/TSocket.pyi diff --git a/third_party/2/thrift/transport/TTransport.pyi b/third_party/2and3/thrift/transport/TTransport.pyi similarity index 100% rename from third_party/2/thrift/transport/TTransport.pyi rename to third_party/2and3/thrift/transport/TTransport.pyi diff --git a/third_party/2/thrift/transport/__init__.pyi b/third_party/2and3/thrift/transport/__init__.pyi similarity index 100% rename from third_party/2/thrift/transport/__init__.pyi rename to third_party/2and3/thrift/transport/__init__.pyi