summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bugzilla/base.py2
-rw-r--r--bugzilla/rhbugzilla.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/bugzilla/base.py b/bugzilla/base.py
index eb53f46..8024736 100644
--- a/bugzilla/base.py
+++ b/bugzilla/base.py
@@ -10,7 +10,7 @@
# the full text of the license.
import xmlrpclib, urllib2, cookielib
-import os.path, base64, copy
+import os.path, base64
import logging
log = logging.getLogger('bugzilla')
diff --git a/bugzilla/rhbugzilla.py b/bugzilla/rhbugzilla.py
index 34b8318..b525ed4 100644
--- a/bugzilla/rhbugzilla.py
+++ b/bugzilla/rhbugzilla.py
@@ -11,6 +11,7 @@
import bugzilla.base
from bugzilla3 import Bugzilla32
+import copy
class RHBugzilla(bugzilla.base.BugzillaBase):
'''Concrete implementation of the Bugzilla protocol. This one uses the