From 5692a0278be231070a44d53aabb5daccad2a1ad6 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 5 Aug 2012 21:06:13 +0200 Subject: Should fix most tracebacks due to the new sleek version (sleekxmpp added JID validation, which means that JID(something) now raises an exception if the jid is invalid, instead of failing silently and having JID('') as a default) --- src/windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/windows.py') diff --git a/src/windows.py b/src/windows.py index 4da0cff6..c2a77411 100644 --- a/src/windows.py +++ b/src/windows.py @@ -28,7 +28,7 @@ from contact import Contact from roster import RosterGroup from poopt import cut_text -from sleekxmpp.xmlstream.stanzabase import JID +from sleekxmpp import JID import core import wcwidth -- cgit v1.2.3