f6d10a9c8fda
Clean up imports.
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Sat, 12 Jun 2010 00:27:45 -0400 | 
| parents | fee142eef88d | 
| children | f541cc7321a9 | 
| branches/tags | (none) | 
| files | review/tests/test_check.py | 
Changes
--- a/review/tests/test_check.py Sat Jun 12 00:26:26 2010 -0400 +++ b/review/tests/test_check.py Sat Jun 12 00:27:45 2010 -0400 @@ -1,7 +1,6 @@ from nose import * from util import * from mercurial import util as hgutil -from mercurial.node import hex from .. import messages BAD_ERROR = 'The correct error message was not printed.'