~ken-vandine/ubuntu/precise/telepathy-gabble/ubuntu

« back to all changes in this revision

Viewing changes to plugins/telepathy-gabble-xmpp-console

  • Committer: Ken VanDine
  • Date: 2012-02-22 19:53:58 UTC
  • mfrom: (1.7.11)
  • Revision ID: ken.vandine@canonical.com-20120222195358-yzb8u3oy48rzcdtj
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
import re
28
28
from xml.dom import minidom
29
29
 
30
 
import pygtk
31
 
pygtk.require('2.0')
32
 
 
33
30
from gi.repository import Gtk
34
31
from gi.repository import GLib
35
32
from gi.repository import Gio