summaryrefslogtreecommitdiff
path: root/src/windows.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-08-05 21:06:13 +0200
committermathieui <mathieui@mathieui.net>2012-08-05 21:06:13 +0200
commit5692a0278be231070a44d53aabb5daccad2a1ad6 (patch)
tree195a01ebd2929e6e81b2962fec98f4886dde8511 /src/windows.py
parent8c0b3f8ae5ef6d61eefd9cdd9c6acec5a32fd7f9 (diff)
downloadpoezio-5692a0278be231070a44d53aabb5daccad2a1ad6.tar.gz
poezio-5692a0278be231070a44d53aabb5daccad2a1ad6.tar.bz2
poezio-5692a0278be231070a44d53aabb5daccad2a1ad6.tar.xz
poezio-5692a0278be231070a44d53aabb5daccad2a1ad6.zip
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)
Diffstat (limited to 'src/windows.py')
-rw-r--r--src/windows.py2
1 files changed, 1 insertions, 1 deletions
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