diff tests/test_binaryfiles.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 906d3f302b45
children 312b37bc5e20
line wrap: on
line diff
--- a/tests/test_binaryfiles.py
+++ b/tests/test_binaryfiles.py
@@ -1,7 +1,7 @@
-import unittest
-
 import test_util
 
+import unittest
+
 class TestFetchBinaryFiles(test_util.TestBase):
     def test_binaryfiles(self, stupid=False):
         repo = self._load_fixture_and_fetch('binaryfiles.svndump', stupid=stupid)