From 2f64b625f7e2afc9bef61d0decb459e2ef65c550 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Tue, 17 Apr 2012 18:21:36 +0100 Subject: [PATCH] Repository.permissions --- github/GithubObjects/Repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/GithubObjects/Repository.py b/github/GithubObjects/Repository.py index 8dcb824c..81ce8111 100644 --- a/github/GithubObjects/Repository.py +++ b/github/GithubObjects/Repository.py @@ -34,7 +34,7 @@ Repository = GithubObject( "pushed_at", "created_at", "organization", "has_issues", "has_wiki", "has_downloads", # Not documented - "mirror_url", "updated_at", "id", + "mirror_url", "updated_at", "id", "permissions", ), InternalObjectAttribute( "owner", NamedUser ), )