diff options
| author | 2011-11-01 22:23:41 +0100 | |
|---|---|---|
| committer | 2011-11-01 22:23:41 +0100 | |
| commit | 81f483aabf6d40f7d3379fb2a85ecb6a5fd218fb (patch) | |
| tree | 5a3a9a81072df4ec54e36d30f77559ce9d145bbe /github3/models/__init__.py | |
| parent | Add get_bool request (diff) | |
| download | python-github3-81f483aabf6d40f7d3379fb2a85ecb6a5fd218fb.tar.xz python-github3-81f483aabf6d40f7d3379fb2a85ecb6a5fd218fb.zip | |
Complete AuthUser handler
Diffstat (limited to 'github3/models/__init__.py')
| -rw-r--r-- | github3/models/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/github3/models/__init__.py b/github3/models/__init__.py index 6e4db1b..ff0c28a 100644 --- a/github3/models/__init__.py +++ b/github3/models/__init__.py @@ -1,4 +1,4 @@ -from .user import AuthUser, User +from .user import AuthUser, User, Key from .repos import Repo from .orgs import Org from .gists import Gist |
