From 4dbd53a7b438d9d7b13bc0afe903c54cd85cb176 Mon Sep 17 00:00:00 2001 From: David Medina Date: Fri, 10 Feb 2012 08:40:40 +0100 Subject: WIP on resources.users tests --- pygithub3/resources/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygithub3/resources') 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): -- cgit v1.2.3-59-g8ed1b