From 78ee49d927705eee9ed0ec163b343cd3a426493d Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Tue, 21 Feb 2012 21:53:54 +0000 Subject: [PATCH] Todos --- github/GithubObject.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github/GithubObject.py b/github/GithubObject.py index 5aa5dca4..c5a2798e 100644 --- a/github/GithubObject.py +++ b/github/GithubObject.py @@ -135,6 +135,8 @@ class Creatable: self.mandatoryParameters = mandatoryParameters self.optionalParameters = optionalParameters +### @todo Merge ObjectGetter in ListOfObjects, with a SingleGettable similar to Creatable +### @todo Add a ListGetable that couls be False for non-getable lists (repo/git/commits for example) class ListOfObjects: def __init__( self, attributeName, type, creatable = None ): self.__attributeName = attributeName