diff options
Diffstat (limited to 'tests/test_stanza_element.py')
-rw-r--r-- | tests/test_stanza_element.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_stanza_element.py b/tests/test_stanza_element.py index 2b9676cf..9241ed46 100644 --- a/tests/test_stanza_element.py +++ b/tests/test_stanza_element.py @@ -1,10 +1,10 @@ import unittest -from sleekxmpp.test import SleekTest -from sleekxmpp.xmlstream.stanzabase import ElementBase, register_stanza_plugin, ET -from sleekxmpp.thirdparty import OrderedDict +from slixmpp.test import SlixTest +from slixmpp.xmlstream.stanzabase import ElementBase, register_stanza_plugin, ET +from slixmpp.thirdparty import OrderedDict -class TestElementBase(SleekTest): +class TestElementBase(SlixTest): def testFixNs(self): """Test fixing namespaces in an XPath expression.""" |