Mercurial > hgsubversion
comparison 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 |
comparison
equal
deleted
inserted
replaced
194:13ae1bded5e7 | 195:906d3f302b45 |
---|---|
1 import unittest | 1 import unittest |
2 | 2 |
3 from mercurial import hg | 3 from mercurial import hg |
4 from mercurial import node | |
4 from mercurial import ui | 5 from mercurial import ui |
5 from mercurial import node | |
6 | 6 |
7 import test_util | 7 import test_util |
8 | 8 |
9 | 9 |
10 class TestBasicRepoLayout(test_util.TestBase): | 10 class TestBasicRepoLayout(test_util.TestBase): |