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_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_plugins.py') diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 6220d7a5..510ae7d7 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -1,7 +1,7 @@ import unittest import logging -from sleekxmpp.plugins.base import PluginManager, BasePlugin, register_plugin +from slixmpp.plugins.base import PluginManager, BasePlugin, register_plugin class A(BasePlugin): -- cgit v1.2.3