diff tests/test_rebuildmeta.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 75f082b5897e
children 537de0300510
line wrap: on
line diff
--- a/tests/test_rebuildmeta.py
+++ b/tests/test_rebuildmeta.py
@@ -5,8 +5,8 @@ import unittest
 from mercurial import hg
 from mercurial import ui
 
-import svncommands
-import hg_delta_editor
+from hgsubversion import svncommands
+from hgsubversion import hg_delta_editor
 
 import test_util