Rename to slixmpp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user