diff tests/test_rebuildmeta.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 ea0f42e0004d
children dcac6dc1abe6
line wrap: on
line diff
--- a/tests/test_rebuildmeta.py
+++ b/tests/test_rebuildmeta.py
@@ -1,9 +1,9 @@
+import test_util
+
 import os
 import pickle
 import unittest
 
-import test_util
-
 from mercurial import context
 from mercurial import extensions
 from mercurial import hg