File tree Expand file tree Collapse file tree 4 files changed +8
-13
lines changed
packages/google-auth-httplib2 Expand file tree Collapse file tree 4 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,6 @@ libraries:
328328 skip_readme_copy : true
329329 - name : google-auth-httplib2
330330 version : 0.3.1
331- skip_generate : true
332331 python :
333332 library_type : AUTH
334333 name_pretty_override : Google Auth httplib2
Original file line number Diff line number Diff line change 11{
2- "name" : " google-auth-httplib2" ,
3- "name_pretty" : " Google Auth httplib2" ,
42 "client_documentation" : " https://googleapis.dev/python/google-auth-httplib2/latest" ,
3+ "distribution_name" : " google-auth-httplib2" ,
54 "issue_tracker" : " https://github.com/googleapis/google-cloud-python/issues" ,
6- "release_level" : " preview" ,
75 "language" : " python" ,
86 "library_type" : " AUTH" ,
9- "repo " : " googleapis/ google-cloud-python " ,
10- "distribution_name " : " google-auth- httplib2" ,
11- "default_version " : " " ,
12- "codeowner_team " : " @ googleapis/googleapis-auth "
13- }
7+ "name " : " google-auth-httplib2 " ,
8+ "name_pretty " : " Google Auth httplib2" ,
9+ "release_level " : " preview " ,
10+ "repo " : " googleapis/google-cloud-python "
11+ }
Original file line number Diff line number Diff line change 2424# All configuration values have a default; values that are commented out
2525# serve to show the default.
2626
27- import sys
2827import os
2928import shlex
29+ import sys
3030
3131# If extensions (or modules to document with autodoc) are in another directory,
3232# add these directories to sys.path here. If the directory is relative to the
Original file line number Diff line number Diff line change 1919import http .client
2020import logging
2121
22- from google .auth import exceptions
23- from google .auth import transport
22+ from google .auth import exceptions , transport
2423import httplib2
2524
26-
2725_LOGGER = logging .getLogger (__name__ )
2826# Properties present in file-like streams / buffers.
2927_STREAM_PROPERTIES = ("read" , "seek" , "tell" )
You can’t perform that action at this time.
0 commit comments