From 9141231c27611567b1ece104980466d3a542f454 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Mon, 5 Apr 2021 15:35:53 -0700 Subject: [PATCH] SAdd versionhistory-v1.json to gam.spec --- src/gam.spec | 3 ++- src/gam/__init__.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gam.spec b/src/gam.spec index 06eb4437..b6f16b4e 100644 --- a/src/gam.spec +++ b/src/gam.spec @@ -11,7 +11,8 @@ extra_files = [ ('cbcm-v1.1beta1.json', '.'), ('contacts-v3.json', '.'), ('contactdelegation-v1.json', '.'), - ('sites-v1.json', '.') + ('sites-v1.json', '.'), + ('versionhistory-v1.json', '.') ] extra_files += copy_metadata('google-api-python-client') diff --git a/src/gam/__init__.py b/src/gam/__init__.py index fd9629a9..a56054a5 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -16,7 +16,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - """ GAMADV-XTD3 is a command line tool which allows Administrators to control their Google Workspace domain and accounts.