diff tests/test_fetch_command_regexes.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 e2214c8fc91f
children 1d07e86f5797
line wrap: on
line diff
--- a/tests/test_fetch_command_regexes.py
+++ b/tests/test_fetch_command_regexes.py
@@ -1,6 +1,8 @@
-import stupid
 import unittest
 
+from hgsubversion import stupid
+
+
 two_empties = """Index: __init__.py
 ===================================================================
 Index: bar/__init__.py