From ec674289148625d9319e49161f98245211d1760f Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Thu, 1 Oct 2015 18:04:49 -0700 Subject: [PATCH] fix directory hierarchy in third_party/3/ --- {stubs/third-party-3.2 => third_party/3}/docutils/__init__.pyi | 0 {stubs/third-party-3.2 => third_party/3}/docutils/examples.pyi | 0 {stubs/third-party-3.2 => third_party/3}/docutils/nodes.pyi | 0 .../3}/docutils/parsers/__init__.pyi | 0 .../3}/docutils/parsers/rst/__init__.pyi | 0 .../3}/docutils/parsers/rst/nodes.pyi | 0 .../3}/docutils/parsers/rst/roles.pyi | 0 .../3}/docutils/parsers/rst/states.pyi | 0 third_party/3/{ => requests}/__init__.pyi | 0 third_party/3/{ => requests}/adapters.pyi | 0 third_party/3/{ => requests}/api.pyi | 0 third_party/3/{ => requests}/auth.pyi | 0 third_party/3/{ => requests}/compat.pyi | 0 third_party/3/{ => requests}/cookies.pyi | 0 third_party/3/{ => requests}/exceptions.pyi | 0 third_party/3/{ => requests}/hooks.pyi | 0 third_party/3/{ => requests}/models.pyi | 0 third_party/3/{ => requests}/packages/__init__.pyi | 0 third_party/3/{ => requests}/packages/urllib3/__init__.pyi | 0 third_party/3/{ => requests}/packages/urllib3/_collections.pyi | 0 third_party/3/{ => requests}/packages/urllib3/connection.pyi | 0 third_party/3/{ => requests}/packages/urllib3/connectionpool.pyi | 0 .../3/{ => requests}/packages/urllib3/contrib/__init__.pyi | 0 third_party/3/{ => requests}/packages/urllib3/exceptions.pyi | 0 third_party/3/{ => requests}/packages/urllib3/fields.pyi | 0 third_party/3/{ => requests}/packages/urllib3/filepost.pyi | 0 .../3/{ => requests}/packages/urllib3/packages/__init__.pyi | 0 .../packages/urllib3/packages/ssl_match_hostname/__init__.pyi | 0 .../urllib3/packages/ssl_match_hostname/_implementation.pyi | 0 third_party/3/{ => requests}/packages/urllib3/poolmanager.pyi | 0 third_party/3/{ => requests}/packages/urllib3/request.pyi | 0 third_party/3/{ => requests}/packages/urllib3/response.pyi | 0 third_party/3/{ => requests}/packages/urllib3/util/__init__.pyi | 0 third_party/3/{ => requests}/packages/urllib3/util/connection.pyi | 0 third_party/3/{ => requests}/packages/urllib3/util/request.pyi | 0 third_party/3/{ => requests}/packages/urllib3/util/response.pyi | 0 third_party/3/{ => requests}/packages/urllib3/util/retry.pyi | 0 third_party/3/{ => requests}/packages/urllib3/util/ssl_.pyi | 0 third_party/3/{ => requests}/packages/urllib3/util/timeout.pyi | 0 third_party/3/{ => requests}/packages/urllib3/util/url.pyi | 0 third_party/3/{ => requests}/sessions.pyi | 0 third_party/3/{ => requests}/status_codes.pyi | 0 third_party/3/{ => requests}/structures.pyi | 0 third_party/3/{ => requests}/utils.pyi | 0 44 files changed, 0 insertions(+), 0 deletions(-) rename {stubs/third-party-3.2 => third_party/3}/docutils/__init__.pyi (100%) rename {stubs/third-party-3.2 => third_party/3}/docutils/examples.pyi (100%) rename {stubs/third-party-3.2 => third_party/3}/docutils/nodes.pyi (100%) rename {stubs/third-party-3.2 => third_party/3}/docutils/parsers/__init__.pyi (100%) rename {stubs/third-party-3.2 => third_party/3}/docutils/parsers/rst/__init__.pyi (100%) rename {stubs/third-party-3.2 => third_party/3}/docutils/parsers/rst/nodes.pyi (100%) rename {stubs/third-party-3.2 => third_party/3}/docutils/parsers/rst/roles.pyi (100%) rename {stubs/third-party-3.2 => third_party/3}/docutils/parsers/rst/states.pyi (100%) rename third_party/3/{ => requests}/__init__.pyi (100%) rename third_party/3/{ => requests}/adapters.pyi (100%) rename third_party/3/{ => requests}/api.pyi (100%) rename third_party/3/{ => requests}/auth.pyi (100%) rename third_party/3/{ => requests}/compat.pyi (100%) rename third_party/3/{ => requests}/cookies.pyi (100%) rename third_party/3/{ => requests}/exceptions.pyi (100%) rename third_party/3/{ => requests}/hooks.pyi (100%) rename third_party/3/{ => requests}/models.pyi (100%) rename third_party/3/{ => requests}/packages/__init__.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/__init__.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/_collections.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/connection.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/connectionpool.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/contrib/__init__.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/exceptions.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/fields.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/filepost.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/packages/__init__.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/packages/ssl_match_hostname/__init__.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/packages/ssl_match_hostname/_implementation.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/poolmanager.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/request.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/response.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/util/__init__.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/util/connection.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/util/request.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/util/response.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/util/retry.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/util/ssl_.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/util/timeout.pyi (100%) rename third_party/3/{ => requests}/packages/urllib3/util/url.pyi (100%) rename third_party/3/{ => requests}/sessions.pyi (100%) rename third_party/3/{ => requests}/status_codes.pyi (100%) rename third_party/3/{ => requests}/structures.pyi (100%) rename third_party/3/{ => requests}/utils.pyi (100%) diff --git a/stubs/third-party-3.2/docutils/__init__.pyi b/third_party/3/docutils/__init__.pyi similarity index 100% rename from stubs/third-party-3.2/docutils/__init__.pyi rename to third_party/3/docutils/__init__.pyi diff --git a/stubs/third-party-3.2/docutils/examples.pyi b/third_party/3/docutils/examples.pyi similarity index 100% rename from stubs/third-party-3.2/docutils/examples.pyi rename to third_party/3/docutils/examples.pyi diff --git a/stubs/third-party-3.2/docutils/nodes.pyi b/third_party/3/docutils/nodes.pyi similarity index 100% rename from stubs/third-party-3.2/docutils/nodes.pyi rename to third_party/3/docutils/nodes.pyi diff --git a/stubs/third-party-3.2/docutils/parsers/__init__.pyi b/third_party/3/docutils/parsers/__init__.pyi similarity index 100% rename from stubs/third-party-3.2/docutils/parsers/__init__.pyi rename to third_party/3/docutils/parsers/__init__.pyi diff --git a/stubs/third-party-3.2/docutils/parsers/rst/__init__.pyi b/third_party/3/docutils/parsers/rst/__init__.pyi similarity index 100% rename from stubs/third-party-3.2/docutils/parsers/rst/__init__.pyi rename to third_party/3/docutils/parsers/rst/__init__.pyi diff --git a/stubs/third-party-3.2/docutils/parsers/rst/nodes.pyi b/third_party/3/docutils/parsers/rst/nodes.pyi similarity index 100% rename from stubs/third-party-3.2/docutils/parsers/rst/nodes.pyi rename to third_party/3/docutils/parsers/rst/nodes.pyi diff --git a/stubs/third-party-3.2/docutils/parsers/rst/roles.pyi b/third_party/3/docutils/parsers/rst/roles.pyi similarity index 100% rename from stubs/third-party-3.2/docutils/parsers/rst/roles.pyi rename to third_party/3/docutils/parsers/rst/roles.pyi diff --git a/stubs/third-party-3.2/docutils/parsers/rst/states.pyi b/third_party/3/docutils/parsers/rst/states.pyi similarity index 100% rename from stubs/third-party-3.2/docutils/parsers/rst/states.pyi rename to third_party/3/docutils/parsers/rst/states.pyi diff --git a/third_party/3/__init__.pyi b/third_party/3/requests/__init__.pyi similarity index 100% rename from third_party/3/__init__.pyi rename to third_party/3/requests/__init__.pyi diff --git a/third_party/3/adapters.pyi b/third_party/3/requests/adapters.pyi similarity index 100% rename from third_party/3/adapters.pyi rename to third_party/3/requests/adapters.pyi diff --git a/third_party/3/api.pyi b/third_party/3/requests/api.pyi similarity index 100% rename from third_party/3/api.pyi rename to third_party/3/requests/api.pyi diff --git a/third_party/3/auth.pyi b/third_party/3/requests/auth.pyi similarity index 100% rename from third_party/3/auth.pyi rename to third_party/3/requests/auth.pyi diff --git a/third_party/3/compat.pyi b/third_party/3/requests/compat.pyi similarity index 100% rename from third_party/3/compat.pyi rename to third_party/3/requests/compat.pyi diff --git a/third_party/3/cookies.pyi b/third_party/3/requests/cookies.pyi similarity index 100% rename from third_party/3/cookies.pyi rename to third_party/3/requests/cookies.pyi diff --git a/third_party/3/exceptions.pyi b/third_party/3/requests/exceptions.pyi similarity index 100% rename from third_party/3/exceptions.pyi rename to third_party/3/requests/exceptions.pyi diff --git a/third_party/3/hooks.pyi b/third_party/3/requests/hooks.pyi similarity index 100% rename from third_party/3/hooks.pyi rename to third_party/3/requests/hooks.pyi diff --git a/third_party/3/models.pyi b/third_party/3/requests/models.pyi similarity index 100% rename from third_party/3/models.pyi rename to third_party/3/requests/models.pyi diff --git a/third_party/3/packages/__init__.pyi b/third_party/3/requests/packages/__init__.pyi similarity index 100% rename from third_party/3/packages/__init__.pyi rename to third_party/3/requests/packages/__init__.pyi diff --git a/third_party/3/packages/urllib3/__init__.pyi b/third_party/3/requests/packages/urllib3/__init__.pyi similarity index 100% rename from third_party/3/packages/urllib3/__init__.pyi rename to third_party/3/requests/packages/urllib3/__init__.pyi diff --git a/third_party/3/packages/urllib3/_collections.pyi b/third_party/3/requests/packages/urllib3/_collections.pyi similarity index 100% rename from third_party/3/packages/urllib3/_collections.pyi rename to third_party/3/requests/packages/urllib3/_collections.pyi diff --git a/third_party/3/packages/urllib3/connection.pyi b/third_party/3/requests/packages/urllib3/connection.pyi similarity index 100% rename from third_party/3/packages/urllib3/connection.pyi rename to third_party/3/requests/packages/urllib3/connection.pyi diff --git a/third_party/3/packages/urllib3/connectionpool.pyi b/third_party/3/requests/packages/urllib3/connectionpool.pyi similarity index 100% rename from third_party/3/packages/urllib3/connectionpool.pyi rename to third_party/3/requests/packages/urllib3/connectionpool.pyi diff --git a/third_party/3/packages/urllib3/contrib/__init__.pyi b/third_party/3/requests/packages/urllib3/contrib/__init__.pyi similarity index 100% rename from third_party/3/packages/urllib3/contrib/__init__.pyi rename to third_party/3/requests/packages/urllib3/contrib/__init__.pyi diff --git a/third_party/3/packages/urllib3/exceptions.pyi b/third_party/3/requests/packages/urllib3/exceptions.pyi similarity index 100% rename from third_party/3/packages/urllib3/exceptions.pyi rename to third_party/3/requests/packages/urllib3/exceptions.pyi diff --git a/third_party/3/packages/urllib3/fields.pyi b/third_party/3/requests/packages/urllib3/fields.pyi similarity index 100% rename from third_party/3/packages/urllib3/fields.pyi rename to third_party/3/requests/packages/urllib3/fields.pyi diff --git a/third_party/3/packages/urllib3/filepost.pyi b/third_party/3/requests/packages/urllib3/filepost.pyi similarity index 100% rename from third_party/3/packages/urllib3/filepost.pyi rename to third_party/3/requests/packages/urllib3/filepost.pyi diff --git a/third_party/3/packages/urllib3/packages/__init__.pyi b/third_party/3/requests/packages/urllib3/packages/__init__.pyi similarity index 100% rename from third_party/3/packages/urllib3/packages/__init__.pyi rename to third_party/3/requests/packages/urllib3/packages/__init__.pyi diff --git a/third_party/3/packages/urllib3/packages/ssl_match_hostname/__init__.pyi b/third_party/3/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyi similarity index 100% rename from third_party/3/packages/urllib3/packages/ssl_match_hostname/__init__.pyi rename to third_party/3/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyi diff --git a/third_party/3/packages/urllib3/packages/ssl_match_hostname/_implementation.pyi b/third_party/3/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyi similarity index 100% rename from third_party/3/packages/urllib3/packages/ssl_match_hostname/_implementation.pyi rename to third_party/3/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyi diff --git a/third_party/3/packages/urllib3/poolmanager.pyi b/third_party/3/requests/packages/urllib3/poolmanager.pyi similarity index 100% rename from third_party/3/packages/urllib3/poolmanager.pyi rename to third_party/3/requests/packages/urllib3/poolmanager.pyi diff --git a/third_party/3/packages/urllib3/request.pyi b/third_party/3/requests/packages/urllib3/request.pyi similarity index 100% rename from third_party/3/packages/urllib3/request.pyi rename to third_party/3/requests/packages/urllib3/request.pyi diff --git a/third_party/3/packages/urllib3/response.pyi b/third_party/3/requests/packages/urllib3/response.pyi similarity index 100% rename from third_party/3/packages/urllib3/response.pyi rename to third_party/3/requests/packages/urllib3/response.pyi diff --git a/third_party/3/packages/urllib3/util/__init__.pyi b/third_party/3/requests/packages/urllib3/util/__init__.pyi similarity index 100% rename from third_party/3/packages/urllib3/util/__init__.pyi rename to third_party/3/requests/packages/urllib3/util/__init__.pyi diff --git a/third_party/3/packages/urllib3/util/connection.pyi b/third_party/3/requests/packages/urllib3/util/connection.pyi similarity index 100% rename from third_party/3/packages/urllib3/util/connection.pyi rename to third_party/3/requests/packages/urllib3/util/connection.pyi diff --git a/third_party/3/packages/urllib3/util/request.pyi b/third_party/3/requests/packages/urllib3/util/request.pyi similarity index 100% rename from third_party/3/packages/urllib3/util/request.pyi rename to third_party/3/requests/packages/urllib3/util/request.pyi diff --git a/third_party/3/packages/urllib3/util/response.pyi b/third_party/3/requests/packages/urllib3/util/response.pyi similarity index 100% rename from third_party/3/packages/urllib3/util/response.pyi rename to third_party/3/requests/packages/urllib3/util/response.pyi diff --git a/third_party/3/packages/urllib3/util/retry.pyi b/third_party/3/requests/packages/urllib3/util/retry.pyi similarity index 100% rename from third_party/3/packages/urllib3/util/retry.pyi rename to third_party/3/requests/packages/urllib3/util/retry.pyi diff --git a/third_party/3/packages/urllib3/util/ssl_.pyi b/third_party/3/requests/packages/urllib3/util/ssl_.pyi similarity index 100% rename from third_party/3/packages/urllib3/util/ssl_.pyi rename to third_party/3/requests/packages/urllib3/util/ssl_.pyi diff --git a/third_party/3/packages/urllib3/util/timeout.pyi b/third_party/3/requests/packages/urllib3/util/timeout.pyi similarity index 100% rename from third_party/3/packages/urllib3/util/timeout.pyi rename to third_party/3/requests/packages/urllib3/util/timeout.pyi diff --git a/third_party/3/packages/urllib3/util/url.pyi b/third_party/3/requests/packages/urllib3/util/url.pyi similarity index 100% rename from third_party/3/packages/urllib3/util/url.pyi rename to third_party/3/requests/packages/urllib3/util/url.pyi diff --git a/third_party/3/sessions.pyi b/third_party/3/requests/sessions.pyi similarity index 100% rename from third_party/3/sessions.pyi rename to third_party/3/requests/sessions.pyi diff --git a/third_party/3/status_codes.pyi b/third_party/3/requests/status_codes.pyi similarity index 100% rename from third_party/3/status_codes.pyi rename to third_party/3/requests/status_codes.pyi diff --git a/third_party/3/structures.pyi b/third_party/3/requests/structures.pyi similarity index 100% rename from third_party/3/structures.pyi rename to third_party/3/requests/structures.pyi diff --git a/third_party/3/utils.pyi b/third_party/3/requests/utils.pyi similarity index 100% rename from third_party/3/utils.pyi rename to third_party/3/requests/utils.pyi