6d90ef243069
Rearrange imports.
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Sun, 04 Oct 2009 22:16:07 -0400 | 
| parents | 12aeab05829a | 
| children | 60a287538a94 | 
| branches/tags | (none) | 
| files | review/tests/test_comment.py review/tests/test_init.py review/tests/test_signoff.py | 
Changes
--- 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