diff tests/test_urls.py @ 672:2cc1342d4476

svnwrap: factor out a common module The new `common' module holds code not specific to the SWIG wrapper. Factoring it out makes providing multiple wrappers easier. No functionality change, although imports in one test were updated.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Wed, 11 Aug 2010 19:57:35 +0200
parents 15443c592f7a
children 181ec1929b2a
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 hgsubversion.svnwrap.svn_swig_wrapper import parse_url
+from hgsubversion.svnwrap import parse_url
 from hgsubversion import svnrepo
 
 class TestSubversionUrls(test_util.TestBase):