diff options
| author | 2012-02-10 08:40:40 +0100 | |
|---|---|---|
| committer | 2012-02-10 08:40:40 +0100 | |
| commit | 4dbd53a7b438d9d7b13bc0afe903c54cd85cb176 (patch) | |
| tree | a7e8bb16a9ed53371457a5c21b4ecdd2c94f4f14 /pygithub3/resources/users.py | |
| parent | Services tests (diff) | |
| download | python-github3-4dbd53a7b438d9d7b13bc0afe903c54cd85cb176.tar.xz python-github3-4dbd53a7b438d9d7b13bc0afe903c54cd85cb176.zip | |
WIP on resources.users tests
Diffstat (limited to '')
| -rw-r--r-- | pygithub3/resources/users.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/resources/users.py b/pygithub3/resources/users.py index 5485bf6..1aed2bd 100644 --- a/pygithub3/resources/users.py +++ b/pygithub3/resources/users.py @@ -3,7 +3,7 @@ from .base import Resource -__all__ = ('Plan', 'User') +__all__ = ('Key', 'Plan', 'User') class Key(Resource): |
