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
@@ -16,7 +16,7 @@
import github.GithubObject
class ContentFile(github.GithubObject.GithubObject):
class ContentFile(github.GithubObject.CompletableGithubObject):
"""
This class represents ContentFiles as returned for example by http://developer.github.com/v3/todo
"""