You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
I believe that in a virtualenv-like environment, everything would get resolved under a single google package with subpackages for each library:
$ ls import_test_virtualenv/lib/python2.7/site-packages/google
api api_core auth logging longrunning oauth2 protobuf rpc type
I'm trying to figure out if I'm missing something: should subpar be resolving these separate packages in a similar way so that we don't have a first-import-wins situation?