This commit is contained in:
Vincent Jacques
2012-02-21 21:53:54 +00:00
parent 15eccb8b0b
commit 78ee49d927
+2
View File
@@ -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