From 36381d426f5da0552d2db0b60c757ef5e3a67c2d Mon Sep 17 00:00:00 2001 From: David Medina Date: Wed, 22 Feb 2012 01:16:10 +0100 Subject: Repos.forks service done --- pygithub3/resources/repos.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pygithub3/resources/repos.py') diff --git a/pygithub3/resources/repos.py b/pygithub3/resources/repos.py index 865f039..89e5682 100644 --- a/pygithub3/resources/repos.py +++ b/pygithub3/resources/repos.py @@ -106,6 +106,9 @@ class Branch(Resource): class Download(Resource): + def __str__(self): + return '' % getattr(self, 'name', '') + def ball_to_upload(self): return OrderedDict({ 'key': self.path, 'acl': self.acl, 'success_action_status': '201', -- cgit v1.2.3-59-g8ed1b