Change CompletableGithubObject.__init__ without breaking build.

This commit is contained in:
AKFish
2013-08-21 14:49:20 +08:00
parent a1b65636df
commit ca6189c3c9
32 changed files with 95 additions and 3 deletions
+3
View File
@@ -31,6 +31,9 @@ class UserKey(github.GithubObject.CompletableGithubObject):
"""
This class represents UserKeys. The reference can be found here http://developer.github.com/v3/users/keys/
"""
def __init__(self, requester, attributes, completed):
# Adapte for __init__ change, remove later
github.GithubObject.CompletableGithubObject.__init__(self, requester, {}, attributes, completed)
@property
def id(self):