From ce753c44a0445b796cd19851cba8dff2e5d455d0 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Thu, 4 Sep 2008 12:28:16 -0400 Subject: Add comments, raise exception if Bugzilla class autodetection fails --- bugzilla/rhbugzilla.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bugzilla/rhbugzilla.py') 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: -- cgit