~mvo/software-center/packagekit-backend

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk/catview_webkit.py

  • Committer: Martin Pitt
  • Date: 2011-08-17 11:44:31 UTC
  • mto: This revision was merged to the branch mainline in revision 2113.
  • Revision ID: martin.pitt@ubuntu.com-20110817114431-gfuhnbeff4txnwnr
All files: Do not import the gi.repository.GObject module with static
bindings like gtk, and vice versa. It is brittle now, and breaking with
newer pygobject versions like 2.90.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# this program; if not, write to the Free Software Foundation, Inc.,
17
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18
18
 
19
 
from gi.repository import GObject
 
19
import gobject as GObject
20
20
import gtk
21
21
import logging
22
22
import os