Mercurial > hgsubversion
comparison tests/test_diff.py @ 644:95abc4cfc78f
tests: improve import logic
We already had some logic some logic to make us import the local
modules, but it failed under certain circumstances. I suspect that it
had to do with absolute vs. relative paths. Regardless of what the
root cause was, this fixes it.
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Wed, 14 Jul 2010 15:39:21 +0200 |
parents | d2ef7220a079 |
children | e9af7eba88db |
comparison
equal
deleted
inserted
replaced
643:d2ef7220a079 | 644:95abc4cfc78f |
---|---|
1 import test_util | 1 import test_util |
2 | 2 |
3 import unittest | 3 import unittest |
4 import tests | |
5 | 4 |
6 from mercurial import ui | 5 from mercurial import ui |
7 | 6 |
8 from hgsubversion import wrappers | 7 from hgsubversion import wrappers |
9 | 8 |