ListOfObjects -> ListAttribute

This commit is contained in:
Vincent Jacques
2012-02-22 20:30:46 +00:00
parent 39c1f27f32
commit 12adcf7b37
4 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class ElementGetable:
def __execute( self, obj, *args, **kwds ):
return self.__type( obj._github, self.__attributes( obj, *args, **kwds ), lazy = False )
class ListOfObjects:
class ListAttribute:
def __init__( self, attributeName, type, *capacities ):
self.attributeName = attributeName
self.type = type