diff tests/test_fetch_exec.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 91c818377703
children 312b37bc5e20
line wrap: on
line diff
--- a/tests/test_fetch_exec.py
+++ b/tests/test_fetch_exec.py
@@ -1,9 +1,9 @@
+import test_util
+
 import unittest
 
 from mercurial import node
 
-import test_util
-
 class TestFetchExec(test_util.TestBase):
     def _load_fixture_and_fetch(self, fixture_name, stupid):
         return test_util.load_fixture_and_fetch(fixture_name, self.repo_path,