From 28b0668168e7662d0be8fbf3abedc15e597d178d Mon Sep 17 00:00:00 2001 From: Conor Branagan Date: Fri, 13 Apr 2012 16:31:16 -0400 Subject: Use github.issues for the issues service --- pygithub3/github.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pygithub3/github.py b/pygithub3/github.py index 5f95505..20ec258 100644 --- a/pygithub3/github.py +++ b/pygithub3/github.py @@ -70,3 +70,9 @@ class Github(object): :ref:`Pull Requests service ` """ return self._pull_requests + + def issues(self): + """ + :ref:`Issues service ` + """ + return self._issues -- cgit v1.2.3-59-g8ed1b