From 06b2c839379da98bd5ae7de5cc54a99b0d3562e4 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 5 Sep 2025 20:47:49 +0000 Subject: [PATCH] rename googleapiclient before removal --- .../__init__.py | 0 .../{googleapiclient => googleapiclient.shouldnotbehere}/_auth.py | 0 .../_helpers.py | 0 .../channel.py | 0 .../discovery.py | 0 .../discovery_cache/__init__.py | 0 .../discovery_cache/appengine_memcache.py | 0 .../discovery_cache/base.py | 0 .../discovery_cache/file_cache.py | 0 .../errors.py | 0 .../{googleapiclient => googleapiclient.shouldnotbehere}/http.py | 0 .../mimeparse.py | 0 .../{googleapiclient => googleapiclient.shouldnotbehere}/model.py | 0 .../schema.py | 0 .../version.py | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename src/gam/{googleapiclient => googleapiclient.shouldnotbehere}/__init__.py (100%) rename src/gam/{googleapiclient => googleapiclient.shouldnotbehere}/_auth.py (100%) rename src/gam/{googleapiclient => googleapiclient.shouldnotbehere}/_helpers.py (100%) rename src/gam/{googleapiclient => googleapiclient.shouldnotbehere}/channel.py (100%) rename src/gam/{googleapiclient => googleapiclient.shouldnotbehere}/discovery.py (100%) rename src/gam/{googleapiclient => googleapiclient.shouldnotbehere}/discovery_cache/__init__.py (100%) rename src/gam/{googleapiclient => googleapiclient.shouldnotbehere}/discovery_cache/appengine_memcache.py (100%) rename src/gam/{googleapiclient => googleapiclient.shouldnotbehere}/discovery_cache/base.py (100%) rename src/gam/{googleapiclient => googleapiclient.shouldnotbehere}/discovery_cache/file_cache.py (100%) rename src/gam/{googleapiclient => googleapiclient.shouldnotbehere}/errors.py (100%) rename src/gam/{googleapiclient => googleapiclient.shouldnotbehere}/http.py (100%) rename src/gam/{googleapiclient => googleapiclient.shouldnotbehere}/mimeparse.py (100%) rename src/gam/{googleapiclient => googleapiclient.shouldnotbehere}/model.py (100%) rename src/gam/{googleapiclient => googleapiclient.shouldnotbehere}/schema.py (100%) rename src/gam/{googleapiclient => googleapiclient.shouldnotbehere}/version.py (100%) diff --git a/src/gam/googleapiclient/__init__.py b/src/gam/googleapiclient.shouldnotbehere/__init__.py similarity index 100% rename from src/gam/googleapiclient/__init__.py rename to src/gam/googleapiclient.shouldnotbehere/__init__.py diff --git a/src/gam/googleapiclient/_auth.py b/src/gam/googleapiclient.shouldnotbehere/_auth.py similarity index 100% rename from src/gam/googleapiclient/_auth.py rename to src/gam/googleapiclient.shouldnotbehere/_auth.py diff --git a/src/gam/googleapiclient/_helpers.py b/src/gam/googleapiclient.shouldnotbehere/_helpers.py similarity index 100% rename from src/gam/googleapiclient/_helpers.py rename to src/gam/googleapiclient.shouldnotbehere/_helpers.py diff --git a/src/gam/googleapiclient/channel.py b/src/gam/googleapiclient.shouldnotbehere/channel.py similarity index 100% rename from src/gam/googleapiclient/channel.py rename to src/gam/googleapiclient.shouldnotbehere/channel.py diff --git a/src/gam/googleapiclient/discovery.py b/src/gam/googleapiclient.shouldnotbehere/discovery.py similarity index 100% rename from src/gam/googleapiclient/discovery.py rename to src/gam/googleapiclient.shouldnotbehere/discovery.py diff --git a/src/gam/googleapiclient/discovery_cache/__init__.py b/src/gam/googleapiclient.shouldnotbehere/discovery_cache/__init__.py similarity index 100% rename from src/gam/googleapiclient/discovery_cache/__init__.py rename to src/gam/googleapiclient.shouldnotbehere/discovery_cache/__init__.py diff --git a/src/gam/googleapiclient/discovery_cache/appengine_memcache.py b/src/gam/googleapiclient.shouldnotbehere/discovery_cache/appengine_memcache.py similarity index 100% rename from src/gam/googleapiclient/discovery_cache/appengine_memcache.py rename to src/gam/googleapiclient.shouldnotbehere/discovery_cache/appengine_memcache.py diff --git a/src/gam/googleapiclient/discovery_cache/base.py b/src/gam/googleapiclient.shouldnotbehere/discovery_cache/base.py similarity index 100% rename from src/gam/googleapiclient/discovery_cache/base.py rename to src/gam/googleapiclient.shouldnotbehere/discovery_cache/base.py diff --git a/src/gam/googleapiclient/discovery_cache/file_cache.py b/src/gam/googleapiclient.shouldnotbehere/discovery_cache/file_cache.py similarity index 100% rename from src/gam/googleapiclient/discovery_cache/file_cache.py rename to src/gam/googleapiclient.shouldnotbehere/discovery_cache/file_cache.py diff --git a/src/gam/googleapiclient/errors.py b/src/gam/googleapiclient.shouldnotbehere/errors.py similarity index 100% rename from src/gam/googleapiclient/errors.py rename to src/gam/googleapiclient.shouldnotbehere/errors.py diff --git a/src/gam/googleapiclient/http.py b/src/gam/googleapiclient.shouldnotbehere/http.py similarity index 100% rename from src/gam/googleapiclient/http.py rename to src/gam/googleapiclient.shouldnotbehere/http.py diff --git a/src/gam/googleapiclient/mimeparse.py b/src/gam/googleapiclient.shouldnotbehere/mimeparse.py similarity index 100% rename from src/gam/googleapiclient/mimeparse.py rename to src/gam/googleapiclient.shouldnotbehere/mimeparse.py diff --git a/src/gam/googleapiclient/model.py b/src/gam/googleapiclient.shouldnotbehere/model.py similarity index 100% rename from src/gam/googleapiclient/model.py rename to src/gam/googleapiclient.shouldnotbehere/model.py diff --git a/src/gam/googleapiclient/schema.py b/src/gam/googleapiclient.shouldnotbehere/schema.py similarity index 100% rename from src/gam/googleapiclient/schema.py rename to src/gam/googleapiclient.shouldnotbehere/schema.py diff --git a/src/gam/googleapiclient/version.py b/src/gam/googleapiclient.shouldnotbehere/version.py similarity index 100% rename from src/gam/googleapiclient/version.py rename to src/gam/googleapiclient.shouldnotbehere/version.py