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

« back to all changes in this revision

Viewing changes to UpdateManager/MetaReleaseGObject.py

  • Committer: Benjamin Drung
  • Date: 2023-02-13 13:03:40 UTC
  • Revision ID: benjamin.drung@canonical.com-20230213130340-i79sfmerzdctcpw3
Drop imports only needed for Python 2

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
19
19
#  USA
20
20
 
21
 
from __future__ import absolute_import
22
 
 
23
21
from gi.repository import GLib
24
22
from gi.repository import GObject
25
23
from .Core.MetaRelease import MetaReleaseCore