Refactor XxxGithubObject

This commit is contained in:
Vincent Jacques
2013-03-14 12:31:36 +01:00
parent 2defd7b818
commit fa43e95268
51 changed files with 62 additions and 60 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ import github.Event
import github.Legacy
class Repository(github.GithubObject.GithubObject):
class Repository(github.GithubObject.CompletableGithubObject):
"""
This class represents Repositorys as returned for example by http://developer.github.com/v3/todo
"""