summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_jid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_jid.py b/tests/test_jid.py
index ef1145d3..7b800520 100644
--- a/tests/test_jid.py
+++ b/tests/test_jid.py
@@ -1,5 +1,5 @@
from sleekxmpp.test import *
-from sleekxmpp.xmlstream.jid import JID
+from sleekxmpp import JID
class TestJIDClass(SleekTest):