summaryrefslogtreecommitdiffstats
path: root/bugzilla/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla/base.py')
-rw-r--r--bugzilla/base.py2
1 files changed, 1 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')