summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-08-26 17:52:48 -0400
committerWill Woods <wwoods@redhat.com>2008-08-26 17:52:48 -0400
commit71bab41bf6068f464827700f68ab7cfbae51e7ab (patch)
treea3aff02c327244bb0e9f09854e6224f86c174c94
parent428fdd43cba0a16dca1068c15f229c29244a09ff (diff)
downloadpython-bugzilla-71bab41bf6068f464827700f68ab7cfbae51e7ab.tar.gz
python-bugzilla-71bab41bf6068f464827700f68ab7cfbae51e7ab.tar.xz
python-bugzilla-71bab41bf6068f464827700f68ab7cfbae51e7ab.zip
Forgot xmlrpclib import
-rw-r--r--bugzilla/rhbugzilla.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla/rhbugzilla.py b/bugzilla/rhbugzilla.py
index b525ed4..cdad54d 100644
--- a/bugzilla/rhbugzilla.py
+++ b/bugzilla/rhbugzilla.py
@@ -11,7 +11,7 @@
import bugzilla.base
from bugzilla3 import Bugzilla32
-import copy
+import copy, xmlrpclib
class RHBugzilla(bugzilla.base.BugzillaBase):
'''Concrete implementation of the Bugzilla protocol. This one uses the