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

« back to all changes in this revision

Viewing changes to UpdateManager/backend/__init__.py

  • Committer: Jeremy Bicha
  • Date: 2022-08-24 01:46:57 UTC
  • Revision ID: jbicha@canonical.com-20220824014657-u7sc4ztfl1ajpwf4
Build with snapd-glib 1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
import gi
10
10
gi.require_version("Gtk", "3.0")
11
 
gi.require_version('Snapd', '1')
 
11
gi.require_version('Snapd', '2')
12
12
from gi.repository import GLib, Gtk, Snapd
13
13
 
14
14
from apt import Cache