summaryrefslogtreecommitdiffstats
path: root/meta/classes/bugzilla.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/bugzilla.bbclass')
-rw-r--r--meta/classes/bugzilla.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/bugzilla.bbclass b/meta/classes/bugzilla.bbclass
index 4028d261c8..6806dcd682 100644
--- a/meta/classes/bugzilla.bbclass
+++ b/meta/classes/bugzilla.bbclass
@@ -72,7 +72,7 @@ def bugzilla_add_comment(debug_file, server, args, bug_number, text):
72 72
73addhandler bugzilla_eventhandler 73addhandler bugzilla_eventhandler
74python bugzilla_eventhandler() { 74python bugzilla_eventhandler() {
75 import bb, os, glob 75 import glob
76 import xmlrpclib, httplib 76 import xmlrpclib, httplib
77 77
78 class ProxiedTransport(xmlrpclib.Transport): 78 class ProxiedTransport(xmlrpclib.Transport):