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_overall.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_overall.py') diff --git a/tests/test_overall.py b/tests/test_overall.py index 05fdc6d8..411ebcdf 100644 --- a/tests/test_overall.py +++ b/tests/test_overall.py @@ -14,7 +14,7 @@ class TestOverall(unittest.TestCase): def testModules(self): """Testing all modules by compiling them""" - src = '.%ssleekxmpp' % os.sep + src = '.%sslixmpp' % os.sep if sys.version_info < (3, 0): rx = re.compile('/[.]svn') else: @@ -23,7 +23,7 @@ class TestOverall(unittest.TestCase): def testTabNanny(self): """Testing that indentation is consistent""" - self.failIf(tabnanny.check('..%ssleekxmpp' % os.sep)) + self.failIf(tabnanny.check('..%sslixmpp' % os.sep)) suite = unittest.TestLoader().loadTestsFromTestCase(TestOverall) -- cgit v1.2.3