Mercurial > hgsubversion
diff tests/test_fetch_mappings.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 | 67513cca972f |
children | 841399d10c79 |
line wrap: on
line diff
--- a/tests/test_fetch_mappings.py +++ b/tests/test_fetch_mappings.py @@ -1,5 +1,7 @@ """Tests for author maps and file maps. """ +import test_util + import os import unittest @@ -8,8 +10,6 @@ from mercurial import hg from mercurial import node from mercurial import util as hgutil -import test_util - from hgsubversion import maps from hgsubversion import svncommands