Mercurial > hgsubversion
diff tests/test_fetch_branches.py @ 643:d2ef7220a079
tests: import test_util as the first module in all relevant tests
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Wed, 14 Jul 2010 15:39:18 +0200 |
parents | 2723152c8111 |
children | e62e84a9464b |
line wrap: on
line diff
--- a/tests/test_fetch_branches.py +++ b/tests/test_fetch_branches.py @@ -1,12 +1,11 @@ +import test_util + import unittest from mercurial import hg from mercurial import node from mercurial import util as hgutil -import test_util - - class TestFetchBranches(test_util.TestBase): def _load_fixture_and_fetch(self, fixture_name, stupid, noupdate=True, subdir=''):