From dc61d36cf109828ca3a60dfe4b65e44b3162b9b8 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Wed, 20 Oct 2010 17:33:13 +0000 Subject: fix an import issue (JID) --- src/contact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/contact.py') diff --git a/src/contact.py b/src/contact.py index 3a0ea30e..5fa0a17d 100644 --- a/src/contact.py +++ b/src/contact.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with Poezio. If not, see . -from sleekxmpp.xmlstream.jid import JID +from sleekxmpp.xmlstream.stanzabase import JID class Resource(object): """ -- cgit v1.2.3