summaryrefslogtreecommitdiffstats
path: root/bugzilla/rhbugzilla.py
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-09-04 12:28:16 -0400
committerWill Woods <wwoods@redhat.com>2008-09-04 12:28:16 -0400
commitce753c44a0445b796cd19851cba8dff2e5d455d0 (patch)
tree406ed4873ac272f05918a4d6d7e246a3bcb5616b /bugzilla/rhbugzilla.py
parent8765e33c2267b1408bd4d11d1bf596ad1d53eb21 (diff)
downloadpython-bugzilla-ce753c44a0445b796cd19851cba8dff2e5d455d0.tar.gz
python-bugzilla-ce753c44a0445b796cd19851cba8dff2e5d455d0.tar.xz
python-bugzilla-ce753c44a0445b796cd19851cba8dff2e5d455d0.zip
Add comments, raise exception if Bugzilla class autodetection fails
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: