diff tests/test_svnwrap.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 c2d606a1dc6f
children 192a3f65837a
line wrap: on
line diff
--- a/tests/test_svnwrap.py
+++ b/tests/test_svnwrap.py
@@ -1,3 +1,5 @@
+import test_util
+
 import imp
 import os
 import subprocess
@@ -5,8 +7,6 @@ import shutil
 import tempfile
 import unittest
 
-import test_util
-
 from hgsubversion import svnwrap
 
 import os