Move 'todo's out of generated code

This commit is contained in:
Vincent Jacques
2012-05-27 12:24:21 +01:00
parent 855cc5dbd6
commit 306e43bbff
39 changed files with 3 additions and 41 deletions
-1
View File
@@ -58,7 +58,6 @@ class CommitFile( object ):
self.__status = None
def __useAttributes( self, attributes ):
# @todo No need to check if attribute is in attributes when attribute is mandatory
if "additions" in attributes and attributes[ "additions" ] is not None: # pragma no branch
self.__additions = attributes[ "additions" ]
if "blob_url" in attributes and attributes[ "blob_url" ] is not None: # pragma no branch