Comeback of GithubObject

This commit is contained in:
Vincent Jacques
2012-02-12 13:55:42 +01:00
parent a1ce5a0dbd
commit d91890a2d2
2 changed files with 30 additions and 2 deletions
+9 -1
View File
@@ -1,2 +1,10 @@
class SimpleScalarAttributes:
def __init__( self, *attributes ):
self.__attributes = attributes
def GithubObject( *attributes ):
pass
class GithubObject:
def __init__( self, github, attributes, lazy ):
pass
return GithubObject