| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| self._connection = self._connection_class( | ||
| credentials=credentials, http=http) | ||
| self._credentials = credentials | ||
| self._http = http |
|
I would assume you would want @tseaver to take a look too, but this looks pretty straight forward and LGTM. |
Sorry, something went wrong.
|
@daspecster Yup I'll wait for @tseaver. Thanks |
Sorry, something went wrong.
|
|
||
| def __init__(self, project=None, namespace=None, | ||
| credentials=None, http=None): | ||
| _ClientProjectMixin.__init__(self, project=project) |
| :meth:`~httplib2.Http.request`. If not passed, an | ||
| ``http`` object is created that is bound to the | ||
| ``credentials`` for the current object. | ||
| """ |
Remove connection from base Client class
Remove connection from base Client class
| Back | FazBrowse Home | New Git URL |
This is part of #2606. The idea behind this PR: we can drop support for Connection classes on a package-by-package basis rather than all at once.
/cc @tseaver and @mckoss this will have teeny implications on downstream clients