diff options
author | Will Woods <wwoods@redhat.com> | 2008-09-04 12:28:16 -0400 |
---|---|---|
committer | Will Woods <wwoods@redhat.com> | 2008-09-04 12:28:16 -0400 |
commit | ce753c44a0445b796cd19851cba8dff2e5d455d0 (patch) | |
tree | 406ed4873ac272f05918a4d6d7e246a3bcb5616b /bugzilla/rhbugzilla.py | |
parent | 8765e33c2267b1408bd4d11d1bf596ad1d53eb21 (diff) | |
download | python-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.py | 1 |
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: |