summaryrefslogtreecommitdiffstats
path: root/bugzilla/rhbugzilla.py
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla/rhbugzilla.py')
-rw-r--r--bugzilla/rhbugzilla.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugzilla/rhbugzilla.py b/bugzilla/rhbugzilla.py
index cdad54d..47a3e22 100644
--- a/bugzilla/rhbugzilla.py
+++ b/bugzilla/rhbugzilla.py
@@ -353,6 +353,7 @@ class RHBugzilla3(Bugzilla32, RHBugzilla):
self.user_agent = self.__class__.user_agent
self.multicall = kwargs.get('multicall',True)
+ # XXX it'd be nice if this wasn't just a copy of RHBugzilla's _getbugs
def _getbugs(self,idlist):
r = []
if self.multicall: