--- a/review/tests/test_comment.py Sun Oct 04 22:14:29 2009 -0400
+++ b/review/tests/test_comment.py Sun Oct 04 22:16:07 2009 -0400
@@ -1,8 +1,8 @@
from nose import *
from util import *
+from .. import messages
import os
-from .. import messages
from mercurial import util as hgutil
--- a/review/tests/test_init.py Sun Oct 04 22:14:29 2009 -0400
+++ b/review/tests/test_init.py Sun Oct 04 22:16:07 2009 -0400
@@ -1,8 +1,8 @@
from nose import *
from util import *
+from .. import messages
import os
-from .. import messages
from mercurial import util as hgutil
--- a/review/tests/test_signoff.py Sun Oct 04 22:14:29 2009 -0400
+++ b/review/tests/test_signoff.py Sun Oct 04 22:16:07 2009 -0400
@@ -1,8 +1,8 @@
from nose import *
from util import *
+from .. import messages
import os
-from .. import messages
from mercurial import util as hgutil