diff tests/test_fetch_renames.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 5c8a48828ae9
children 312b37bc5e20
line wrap: on
line diff
--- a/tests/test_fetch_renames.py
+++ b/tests/test_fetch_renames.py
@@ -1,8 +1,7 @@
-import sys
-import unittest
-
 import test_util
 
+import sys
+import unittest
 
 class TestFetchRenames(test_util.TestBase):
     def _debug_print_copies(self, repo):