diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_overall.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |