From 5ab77c745270d7d5c016c1dc7ef2a82533a4b16e Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Thu, 17 Jul 2014 14:19:04 +0200 Subject: Rename to slixmpp --- tests/test_jid.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/test_jid.py') diff --git a/tests/test_jid.py b/tests/test_jid.py index ed2aeea9..e42305c2 100644 --- a/tests/test_jid.py +++ b/tests/test_jid.py @@ -1,12 +1,12 @@ # -*- encoding: utf8 -*- from __future__ import unicode_literals import unittest -from sleekxmpp.test import SleekTest -from sleekxmpp import JID, InvalidJID -from sleekxmpp.jid import nodeprep +from slixmpp.test import SlixTest +from slixmpp import JID, InvalidJID +from slixmpp.jid import nodeprep -class TestJIDClass(SleekTest): +class TestJIDClass(SlixTest): """Verify that the JID class can parse and manipulate JIDs.""" -- cgit v1.2.3