Move generated code to 'github' instead of 'src/github'

This commit is contained in:
Vincent Jacques
2012-06-02 13:06:28 +01:00
parent a842a90e7d
commit 9820c58477
56 changed files with 4 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
class InputFileContent( object ):
def __init__( self, content ):
self.__content = content
@property
def _identity( self ):
return {
"content": self.__content,
}