From 82546d776da812065d234fcd785db067dc374592 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Thu, 25 Aug 2011 00:21:53 -0700 Subject: Fix tests in Python3. --- tests/test_overall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_overall.py') diff --git a/tests/test_overall.py b/tests/test_overall.py index 4821f11d..05fdc6d8 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 = '.%ssleekxmpp' % os.sep if sys.version_info < (3, 0): rx = re.compile('/[.]svn') else: -- cgit v1.2.3