~evfool/software-properties/lintianfixes

« back to all changes in this revision

Viewing changes to softwareproperties/gtk/DialogAdd.py

  • Committer: Martin Pitt
  • Date: 2011-08-17 05:19:00 UTC
  • Revision ID: martin.pitt@canonical.com-20110817051900-qiqeltkov746yyy8
Move from static gobject to GI GObject module, to be compatible to
upcoming pygobject 3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#  USA
25
25
 
26
26
import os
27
 
import gobject
28
27
from gi.repository import Gtk
29
28
from gettext import gettext as _
30
29