diff tests/test_single_dir_clone.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 930bb6df19a0
children a45365f1492a
line wrap: on
line diff
--- a/tests/test_single_dir_clone.py
+++ b/tests/test_single_dir_clone.py
@@ -1,3 +1,5 @@
+import test_util
+
 import errno
 import shutil
 import unittest
@@ -8,9 +10,6 @@ from mercurial import hg
 from mercurial import node
 from mercurial import ui
 
-import test_util
-
-
 class TestSingleDir(test_util.TestBase):
     def test_clone_single_dir_simple(self):
         repo = self._load_fixture_and_fetch('branch_from_tag.svndump',