diff tests/test_push_command.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 8e621dbb82d4
children e910e3ebd23b
line wrap: on
line diff
--- a/tests/test_push_command.py
+++ b/tests/test_push_command.py
@@ -1,3 +1,5 @@
+import test_util
+
 import atexit
 import errno
 import os
@@ -14,7 +16,6 @@ from mercurial import node
 from mercurial import revlog
 from mercurial import util as hgutil
 
-import test_util
 import time