273
273
def _get_ua_security_status(self):
274
274
self.ua_security_packages = []
276
p = subprocess.Popen(['ua', 'security-status', '--format=json'],
294
280
def _make_available_pane(self, install_count, need_reboot=False,
295
281
cancelled_update=False, error_occurred=False):