diff tests/test_fetch_symlinks.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 b37c401b7f92
children b3128fec5d54
line wrap: on
line diff
--- a/tests/test_fetch_symlinks.py
+++ b/tests/test_fetch_symlinks.py
@@ -1,7 +1,6 @@
-import unittest
-
 import test_util
 
+import unittest
 
 class TestFetchSymlinks(test_util.TestBase):
     def _load_fixture_and_fetch(self, fixture_name, stupid):