diff tests/test_fetch_command.py @ 195:906d3f302b45

Remove useless imports.
author Augie Fackler <durin42@gmail.com>
date Wed, 21 Jan 2009 20:29:23 -0600
parents 6fa97cfbf62f
children 907c160c6289
line wrap: on
line diff
--- a/tests/test_fetch_command.py
+++ b/tests/test_fetch_command.py
@@ -1,8 +1,8 @@
 import unittest
 
 from mercurial import hg
-from mercurial import ui
 from mercurial import node
+from mercurial import ui
 
 import test_util