Repository.get_languages

This commit is contained in:
Vincent Jacques
2012-02-25 13:00:26 +00:00
parent f131e8050d
commit 77ed2308a8
7 changed files with 33 additions and 1 deletions
+1
View File
@@ -241,6 +241,7 @@ Repository = GithubObject(
ElementGetable( "issue", lambda repo, number: { "_repo": repo, "number": number } ),
ElementCreatable( "issue", [ "title" ], [ "body", "assignee", "milestone", "labels", ], __modifyAttributesForObjectsReferingRepo )
),
ExternalSimpleAttribute( "languages" ),
)
Repository._addAttributePolicy( InternalObjectAttribute( "parent", Repository ) )
Repository._addAttributePolicy( InternalObjectAttribute( "source", Repository ) )