Example #1
0
 def bz(self):
     if not self._bz:
         rpc_conf = filter_dict(self.config, ["url", "user", "password"])
         self._bz = Bugzilla(**rpc_conf)
     return self._bz
Example #2
0
 def bugzilla_class_conf(self):
     rpc_conf = filter_dict(self.bugzilla_config, ["url", "user", "password"])
     return rpc_conf