This commit is contained in:
Vincent Jacques
2012-02-25 08:18:21 +00:00
parent c5135ff2fc
commit 459f3f71bb
4 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ class ListDeletable:
def __execute( self, obj ):
obj._github._statusRequest( "DELETE", obj._baseUrl + "/" + self.__attributeName, None, None )
class ListAttribute:
class ExternalListOfObjects:
def __init__( self, attributeName, type, *capacities ):
self.attributeName = attributeName
self.type = type