AuthenticatedUser.add_following and .remove_following

This commit is contained in:
Vincent Jacques
2012-02-13 21:43:45 +01:00
parent 66aa372874
commit 2b31f2e9c3
6 changed files with 26 additions and 7 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ class ExtendedListAttribute:
def __call__( self, toBeAdded ):
assert( isinstance( toBeAdded, self.__type ) )
self.__obj._github._dataRequest( "PUT", self.__obj._baseUrl + "/" + self.__attributeName + "/" + toBeAdded._identity )
self.__obj._github._statusRequest( "PUT", self.__obj._baseUrl + "/" + self.__attributeName + "/" + toBeAdded._identity )
class AddDefinition:
def __init__( self, attributeName, addName, type ):