~ubuntu-core-dev/update-manager/main

« back to all changes in this revision

Viewing changes to UpdateManager/UpdatesAvailable.py

  • Committer: Steve Langasek
  • Date: 2022-10-17 06:26:07 UTC
  • Revision ID: steve.langasek@canonical.com-20221017062607-ndgjs6wk1p84vjaz
Fix autopkgtest regressions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
# - screen reader does not say "Downloaded" for downloaded updates
75
75
 
76
76
# list constants
77
 
(LIST_NAME, LIST_UPDATE_DATA, LIST_SIZE, LIST_TOGGLE_ACTIVE, LIST_SENSITIVE) = range(5)
 
77
(LIST_NAME, LIST_UPDATE_DATA, LIST_SIZE, LIST_TOGGLE_ACTIVE,
 
78
 LIST_SENSITIVE) = range(5)
78
79
 
79
80
# NetworkManager enums
80
81
from .Core.roam import NetworkManagerHelper