From 71bab41bf6068f464827700f68ab7cfbae51e7ab Mon Sep 17 00:00:00 2001 From: Will Woods Date: Tue, 26 Aug 2008 17:52:48 -0400 Subject: Forgot xmlrpclib import --- bugzilla/rhbugzilla.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bugzilla/rhbugzilla.py') 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 -- cgit