diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-22 16:02:51 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-01-05 11:12:47 +0100 |
commit | 035a6b0a6e8ce1787abf2583bb918436282026fe (patch) | |
tree | 2a135e5197f249231b2617511a0ffe54b334d7c8 /plugins | |
parent | 748caada6a36c26e7b8752a39138b4eaf42296db (diff) |
telepathy-gabble-xmpp-console: no need to import pygtk
In gobject-introspection we trust.
https://bugs.freedesktop.org/show_bug.cgi?id=44056
Diffstat (limited to 'plugins')
-rwxr-xr-x | 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 4ab6ecbea..8b96469d8 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 |