diff tests/test_urls.py @ 337:46e69be8e2c8

Reorganize to have a more conventional module structure. This means that hgsubversion now uses absolute imports instead of relative ones, which makes the tests more reliable.
author Augie Fackler <durin42@gmail.com>
date Wed, 13 May 2009 21:39:39 -0500
parents 2969a20e0eef
children 35993ba9d119
line wrap: on
line diff
--- a/tests/test_urls.py
+++ b/tests/test_urls.py
@@ -1,6 +1,6 @@
 import test_util
 import unittest
-from svnwrap.svn_swig_wrapper import parse_url
+from hgsubversion.svnwrap.svn_swig_wrapper import parse_url
 
 class TestSubversionUrls(test_util.TestBase):
     def test_standard_url(self):