From a602346c8da76f4d0b2ed14a2ab86b238576536f Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 22 Dec 2011 16:02:51 +0100 Subject: [PATCH] telepathy-gabble-xmpp-console: no need to import pygtk In gobject-introspection we trust. https://bugs.freedesktop.org/show_bug.cgi?id=44056 --- plugins/telepathy-gabble-xmpp-console | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/plugins/telepathy-gabble-xmpp-console b/plugins/telepathy-gabble-xmpp-console index 4ab6ecb..8b96469 100755 --- a/plugins/telepathy-gabble-xmpp-console +++ b/plugins/telepathy-gabble-xmpp-console @@ -27,9 +27,6 @@ import sys import re from xml.dom import minidom -import pygtk -pygtk.require('2.0') - from gi.repository import Gtk from gi.repository import GLib from gi.repository import Gio -- 1.7.7.4