Fix testCommentCommit (create_xxx, delete, edit)

This commit is contained in:
Vincent Jacques
2012-05-04 14:11:01 +02:00
parent 229b218ce6
commit 5b1bfe7c39
24 changed files with 1031 additions and 100 deletions
+6 -1
View File
@@ -112,7 +112,12 @@ class Download( object ):
return self.__url
def delete( self ):
pass
status, headers, data = self.__requester.request(
"DELETE",
self.url,
None,
None
)
def __initAttributes( self ):
self.__accesskeyid = None