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

« back to all changes in this revision

Viewing changes to UpdateManager/check-meta-release.py

Use uaclient library instead of calling ua tool directly

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#  Checks for new releases, run by Adept
19
19
 
 
20
from __future__ import absolute_import, print_function
 
21
 
20
22
from .Core.MetaRelease import MetaReleaseCore
21
23
import time
22
24