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

« back to all changes in this revision

Viewing changes to UpdateManager/UpdateManager.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:
20
20
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
21
21
#  USA
22
22
 
23
 
from __future__ import absolute_import, print_function
24
 
 
25
23
from gi.repository import Gtk
26
24
from gi.repository import Gdk, GdkX11
27
25
from gi.repository import Gio