Adding empty oauth2client.contrib

This commit is contained in:
Jon Wayne Parrott
2015-11-30 13:31:41 -08:00
parent 4cf98dc4c4
commit 4d3cc910ad
3 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
oauth2client.contrib package
============================
Module contents
---------------
.. automodule:: oauth2client.contrib
:members:
:undoc-members:
:show-inheritance:

View File

@@ -1,6 +1,13 @@
oauth2client package
====================
Subpackages
-----------
.. toctree::
oauth2client.contrib
Submodules
----------

View File

@@ -0,0 +1,6 @@
"""Contributed modules.
Contrib contains modules that are not considered part of the core oauth2client
library but provide additional functionality. These modules are intended to
make it easier to use oauth2client.
"""