Fix tests in Python3.

This commit is contained in:
Lance Stout
2011-08-25 00:21:53 -07:00
parent 84f9505a8d
commit 82546d776d
2 changed files with 3 additions and 3 deletions

View File

@@ -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: